Searched refs:fd_device (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dfd.h231 int fd_device; member in struct:floppy_drive_struct
/linux-master/drivers/block/
H A Dfloppy.c606 return !current_type[drive] && !ITYPE(drive_state[drive].fd_device);
2112 int type = ITYPE(drive_state[drive].fd_device);
3260 if (!disk || ITYPE(drive_state[cnt].fd_device) != type)
3369 int type = ITYPE(drive_state[drive].fd_device);
3405 int type = ITYPE(drive_state[drive].fd_device);
3622 compat_int_t fd_device; member in struct:compat_floppy_drive_struct
3681 type = ITYPE(drive_state[drive].fd_device);
3697 err = get_floppy_geometry(drive, ITYPE(drive_state[drive].fd_device),
3805 v.fd_device = drive_state[drive].fd_device;
[all...]
H A Damiflop.c321 static int fd_device[4] = { 0, 0, 0, 0 }; variable
1664 old_dev = fd_device[drive];
1694 fd_device[drive] = system;

Completed in 165 milliseconds