Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dfd.h231 int fd_device; member
/Linux-v5.15/drivers/block/
Dfloppy.c607 return !current_type[drive] && !ITYPE(drive_state[drive].fd_device); in drive_no_geom()
2109 int type = ITYPE(drive_state[drive].fd_device); in set_floppy()
3225 if (!bdev || ITYPE(drive_state[cnt].fd_device) != type) in set_geometry()
3334 int type = ITYPE(drive_state[drive].fd_device); in fd_getgeo()
3370 int type = ITYPE(drive_state[drive].fd_device); in fd_locked_ioctl()
3596 compat_int_t fd_device; member
3655 type = ITYPE(drive_state[drive].fd_device); in compat_set_geometry()
3671 err = get_floppy_geometry(drive, ITYPE(drive_state[drive].fd_device), in compat_get_prm()
3779 v.fd_device = drive_state[drive].fd_device; in compat_getdrvstat()
3976 old_dev = drive_state[drive].fd_device; in floppy_open()
[all …]
Damiflop.c321 static int fd_device[4] = { 0, 0, 0, 0 }; variable
1665 old_dev = fd_device[drive]; in floppy_open()
1697 fd_device[drive] = system; in floppy_open()