Searched refs:floppy_raw_cmd (Results 1 – 2 of 2) sorted by relevance
326 struct floppy_raw_cmd { struct352 struct floppy_raw_cmd *next; /* used for chaining of raw cmd's argument
414 static struct floppy_raw_cmd *raw_cmd, default_raw_cmd;3065 struct floppy_raw_cmd *ptr) in raw_cmd_copyout()3070 struct floppy_raw_cmd cmd = *ptr; in raw_cmd_copyout()3076 param += sizeof(struct floppy_raw_cmd); in raw_cmd_copyout()3093 static void raw_cmd_free(struct floppy_raw_cmd **ptr) in raw_cmd_free()3095 struct floppy_raw_cmd *next; in raw_cmd_free()3096 struct floppy_raw_cmd *this; in raw_cmd_free()3113 struct floppy_raw_cmd **rcmd) in raw_cmd_copyin()3115 struct floppy_raw_cmd *ptr; in raw_cmd_copyin()3122 ptr = kmalloc(sizeof(struct floppy_raw_cmd), GFP_USER); in raw_cmd_copyin()[all …]