tag | line | file | source code |
floppy_struct | 353 | drivers/block/floppy.c | static struct floppy_struct floppy_type[32] = { |
floppy_struct | 395 | drivers/block/floppy.c | static struct floppy_struct *current_type[N_DRIVE] = { |
floppy_struct | 404 | drivers/block/floppy.c | static struct floppy_struct user_params[N_DRIVE]; |
floppy_struct | 504 | drivers/block/floppy.c | static struct floppy_struct * floppy = floppy_type; |
floppy_struct | 2770 | drivers/block/floppy.c | struct floppy_struct *floppy; |
floppy_struct | 3019 | drivers/block/floppy.c | static inline int set_geometry(unsigned int cmd, struct floppy_struct *g, |
floppy_struct | 3172 | drivers/block/floppy.c | struct floppy_struct g; /* geometry */ |
floppy_struct | 43 | include/linux/fd.h | #define FDSETPRM _IOW(2, 0x42, struct floppy_struct) |
floppy_struct | 47 | include/linux/fd.h | #define FDDEFPRM _IOW(2, 0x43, struct floppy_struct) |
floppy_struct | 48 | include/linux/fd.h | #define FDGETPRM _IOR(2, 0x04, struct floppy_struct) |