Searched defs:floppy_struct (Results 1 – 5 of 5) sorted by relevance
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | fd.h | 14 struct floppy_struct { struct 15 unsigned int size, /* nr of sectors total */ 16 sect, /* sectors per track */ 17 head, /* nr of heads */ 18 track, /* nr of tracks */ 19 stretch; /* bit 0 !=0 means double track steps */ 52 #define FDSETPRM _IOW(2, 0x42, struct floppy_struct) argument
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | fd.h | 14 struct floppy_struct { struct 15 unsigned int size, /* nr of sectors total */ 16 sect, /* sectors per track */ 17 head, /* nr of heads */ 18 track, /* nr of tracks */ 19 stretch; /* bit 0 !=0 means double track steps */ 52 #define FDSETPRM _IOW(2, 0x42, struct floppy_struct) argument
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| D | fd.h | 23 struct floppy_struct { struct 41 #define FDSETPRM _IOW(2, 0x42, struct floppy_struct) argument
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | fd.h | 10 struct floppy_struct { struct 11 unsigned int size, 12 sect, 13 head, 14 track, 38 #define FDSETPRM _IOW(2, 0x42, struct floppy_struct) argument
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | fd.h | 23 struct floppy_struct { struct 41 #define FDSETPRM _IOW(2, 0x42, struct floppy_struct) argument
|