Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/drivers/block/
Dfloppy.c409 static struct floppy_raw_cmd *raw_cmd, default_raw_cmd;
3125 struct floppy_raw_cmd *ptr) in raw_cmd_copyout()
3130 struct floppy_raw_cmd cmd = *ptr; in raw_cmd_copyout()
3136 param += sizeof(struct floppy_raw_cmd); in raw_cmd_copyout()
3153 static void raw_cmd_free(struct floppy_raw_cmd **ptr) in raw_cmd_free()
3155 struct floppy_raw_cmd *next; in raw_cmd_free()
3156 struct floppy_raw_cmd *this; in raw_cmd_free()
3173 struct floppy_raw_cmd **rcmd) in raw_cmd_copyin()
3175 struct floppy_raw_cmd *ptr; in raw_cmd_copyin()
3182 ptr = kmalloc(sizeof(struct floppy_raw_cmd), GFP_KERNEL); in raw_cmd_copyin()
[all …]