taglinefilesource code
floppy_struct358drivers/block/floppy.cstatic struct floppy_struct floppy_type[32] = {
floppy_struct400drivers/block/floppy.cstatic struct floppy_struct *current_type[N_DRIVE] = {
floppy_struct409drivers/block/floppy.cstatic struct floppy_struct user_params[N_DRIVE];
floppy_struct510drivers/block/floppy.cstatic struct floppy_struct * floppy = floppy_type;
floppy_struct2775drivers/block/floppy.cstruct floppy_struct *floppy;
floppy_struct3024drivers/block/floppy.cstatic inline int set_geometry(unsigned int cmd, struct floppy_struct *g,
floppy_struct3177drivers/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)