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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfd.h226 int fd_device; member in struct:floppy_drive_struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dcompat_ioctl.c259 compat_int_t fd_device; member in struct:compat_floppy_drive_struct
489 err |= __put_user(f->fd_device, &uf->fd_device);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dfloppy.c2080 int type = ITYPE(UDRS->fd_device);
3243 if (!bdev || ITYPE(drive_state[cnt].fd_device) != type)
3352 int type = ITYPE(drive_state[drive].fd_device);
3370 int type = ITYPE(UDRS->fd_device);
3640 old_dev = UDRS->fd_device;
3692 UDRS->fd_device = new_dev;
3750 (!ITYPE(UDRS->fd_device) && !current_type[drive]))
3816 #define NO_GEOM (!current_type[drive] && !ITYPE(UDRS->fd_device))
3851 set_capacity(disk, floppy_sizes[UDRS->fd_device]);
4235 UDRS->fd_device
[all...]
H A Damiflop.c202 static int fd_device[4] = { 0, 0, 0, 0 }; variable
1550 old_dev = fd_device[drive];
1577 fd_device[drive] = system;

Completed in 68 milliseconds