Searched refs:floppy_struct (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/uapi/linux/
H A Dfd.h14 struct floppy_struct { struct
52 #define FDSETPRM _IOW(2, 0x42, struct floppy_struct)
56 #define FDDEFPRM _IOW(2, 0x43, struct floppy_struct)
57 #define FDGETPRM _IOR(2, 0x04, struct floppy_struct)
/linux-master/drivers/block/
H A Dswim.c558 static struct floppy_struct floppy_type[4] = {
566 struct floppy_struct **g)
588 struct floppy_struct *g;
707 sizeof(struct floppy_struct)))
717 struct floppy_struct *g;
H A Dfloppy.c440 static struct floppy_struct floppy_type[32] = {
483 static struct floppy_struct *current_type[N_DRIVE];
489 static struct floppy_struct user_params[N_DRIVE];
587 static struct floppy_struct *_floppy = floppy_type;
2969 struct floppy_struct *floppy;
3227 static int set_geometry(unsigned int cmd, struct floppy_struct *g,
3349 static int get_floppy_geometry(int drive, int type, struct floppy_struct **g)
3370 struct floppy_struct *g;
3409 struct floppy_struct g; /* geometry */
3479 (struct floppy_struct **)
[all...]
H A Dswim3.c882 static struct floppy_struct floppy_type =
906 sizeof(struct floppy_struct)))
H A Dataflop.c1593 struct floppy_struct getprm;
1595 struct floppy_struct setprm;
H A Damiflop.c1540 static struct floppy_struct getprm;
1586 if (copy_to_user(argp, &getprm, sizeof(struct floppy_struct)))

Completed in 156 milliseconds