Home
last modified time | relevance | path

Searched refs:floppy_drive_struct (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dfd.h200 struct floppy_drive_struct { struct
235 #define FDGETDRVSTAT _IOR(2, 0x12, struct floppy_drive_struct) argument
236 #define FDPOLLDRVSTAT _IOR(2, 0x13, struct floppy_drive_struct)
/linux-4.4.14/block/
Dcompat_ioctl.c390 karg = kmalloc(sizeof(struct floppy_drive_struct), GFP_KERNEL); in compat_fd_ioctl()
461 struct floppy_drive_struct *f = karg; in compat_fd_ioctl()
/linux-4.4.14/drivers/block/
Dfloppy.c408 static struct floppy_drive_struct drive_state[N_DRIVE];