Searched refs:floppy_struct (Results 1 – 6 of 6) sorted by relevance
| /linux/include/uapi/linux/ |
| A D | fd.h | 14 struct floppy_struct { struct 52 #define FDSETPRM _IOW(2, 0x42, struct floppy_struct) argument 56 #define FDDEFPRM _IOW(2, 0x43, struct floppy_struct) 57 #define FDGETPRM _IOR(2, 0x04, struct floppy_struct)
|
| /linux/drivers/block/ |
| A D | swim.c | 558 static struct floppy_struct floppy_type[4] = { 566 struct floppy_struct **g) in get_floppy_geometry() 588 struct floppy_struct *g; in setup_medium() 709 sizeof(struct floppy_struct))) in floppy_ioctl() 719 struct floppy_struct *g; in floppy_getgeo()
|
| A D | floppy.c | 440 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]; 2971 struct floppy_struct *floppy; in drive_name() 3336 struct floppy_struct *g; in fd_getgeo() 3376 struct floppy_struct g; /* geometry */ in fd_locked_ioctl() 3445 (struct floppy_struct **)&outparam); in fd_locked_ioctl() 3449 offsetof(struct floppy_struct, name)); in fd_locked_ioctl() 3640 struct floppy_struct v; in compat_set_geometry() 3650 memset(&v, 0, sizeof(struct floppy_struct)); in compat_set_geometry() [all …]
|
| A D | swim3.c | 883 static struct floppy_struct floppy_type = 907 sizeof(struct floppy_struct))) in floppy_locked_ioctl()
|
| A D | ataflop.c | 1591 struct floppy_struct getprm; in fd_locked_ioctl() 1593 struct floppy_struct setprm; in fd_locked_ioctl()
|
| A D | amiflop.c | 1540 static struct floppy_struct getprm; in fd_locked_ioctl() 1587 if (copy_to_user(argp, &getprm, sizeof(struct floppy_struct))) in fd_locked_ioctl()
|
Completed in 26 milliseconds