Searched refs:floppy_raw_cmd (Results 1 – 2 of 2) sorted by relevance
327 struct floppy_raw_cmd { struct353 struct floppy_raw_cmd *next; /* used for chaining of raw cmd's argument
419 static struct floppy_raw_cmd *raw_cmd, default_raw_cmd;3073 struct floppy_raw_cmd *ptr) in raw_cmd_copyout()3078 struct floppy_raw_cmd cmd = *ptr; in raw_cmd_copyout()3084 param += sizeof(struct floppy_raw_cmd); in raw_cmd_copyout()3101 static void raw_cmd_free(struct floppy_raw_cmd **ptr) in raw_cmd_free()3103 struct floppy_raw_cmd *next; in raw_cmd_free()3104 struct floppy_raw_cmd *this; in raw_cmd_free()3121 struct floppy_raw_cmd **rcmd) in raw_cmd_copyin()3123 struct floppy_raw_cmd *ptr; in raw_cmd_copyin()3130 ptr = kmalloc(sizeof(struct floppy_raw_cmd), GFP_KERNEL); in raw_cmd_copyin()[all …]