Home
last modified time | relevance | path

Searched refs:floppy_raw_cmd (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/include/uapi/linux/
Dfd.h330 struct floppy_raw_cmd { struct
356 struct floppy_raw_cmd *next; /* used for chaining of raw cmd's argument
/Linux-v5.15/drivers/block/
Dfloppy.c406 static struct floppy_raw_cmd *raw_cmd, default_raw_cmd;
3036 struct floppy_raw_cmd *ptr) in raw_cmd_copyout()
3041 struct floppy_raw_cmd cmd = *ptr; in raw_cmd_copyout()
3047 param += sizeof(struct floppy_raw_cmd); in raw_cmd_copyout()
3064 static void raw_cmd_free(struct floppy_raw_cmd **ptr) in raw_cmd_free()
3066 struct floppy_raw_cmd *next; in raw_cmd_free()
3067 struct floppy_raw_cmd *this; in raw_cmd_free()
3084 struct floppy_raw_cmd **rcmd) in raw_cmd_copyin()
3086 struct floppy_raw_cmd *ptr; in raw_cmd_copyin()
3092 ptr = kmalloc(sizeof(struct floppy_raw_cmd), GFP_KERNEL); in raw_cmd_copyin()
[all …]