Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfd.h327 struct floppy_raw_cmd { struct
353 struct floppy_raw_cmd *next; /* used for chaining of raw cmd's argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfd.h327 struct floppy_raw_cmd { struct
353 struct floppy_raw_cmd *next; /* used for chaining of raw cmd's argument
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfd.h330 struct floppy_raw_cmd { struct
356 struct floppy_raw_cmd *next; /* used for chaining of raw cmd's argument
/OK3568_Linux_fs/kernel/drivers/block/
H A 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()
3175 struct floppy_raw_cmd **rcmd) in raw_cmd_copyin()
3177 struct floppy_raw_cmd *ptr; in raw_cmd_copyin()
3184 ptr = kmalloc(sizeof(struct floppy_raw_cmd), GFP_KERNEL); in raw_cmd_copyin()
[all …]