taglinefilesource code
floppy_struct353drivers/block/floppy.cstatic struct floppy_struct floppy_type[32] = {
floppy_struct395drivers/block/floppy.cstatic struct floppy_struct *current_type[N_DRIVE] = {
floppy_struct404drivers/block/floppy.cstatic struct floppy_struct user_params[N_DRIVE];
floppy_struct504drivers/block/floppy.cstatic struct floppy_struct * floppy = floppy_type;
floppy_struct2770drivers/block/floppy.cstruct floppy_struct *floppy;
floppy_struct3019drivers/block/floppy.cstatic inline int set_geometry(unsigned int cmd, struct floppy_struct *g,
floppy_struct3172drivers/block/floppy.cstruct floppy_struct g; /* geometry */
floppy_struct43include/linux/fd.h#define FDSETPRM _IOW(2, 0x42, struct floppy_struct) 
floppy_struct47include/linux/fd.h#define FDDEFPRM _IOW(2, 0x43, struct floppy_struct) 
floppy_struct48include/linux/fd.h#define FDGETPRM _IOR(2, 0x04, struct floppy_struct)