Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dfd.h327 struct floppy_raw_cmd { struct
353 struct floppy_raw_cmd *next; /* used for chaining of raw cmd's argument
/Linux-v5.4/drivers/block/
Dfloppy.c421 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_KERNEL); in raw_cmd_copyin()
[all …]