Searched refs:probed_format (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dfd.h216 short probed_format; member in struct:floppy_drive_struct
/linux-master/drivers/block/
H A Dfloppy.c2074 int probed_format; local
2076 probed_format = drive_state[drive].probed_format;
2078 if (probed_format >= FD_AUTODETECT_SIZE ||
2079 !drive_params[drive].autodetect[probed_format]) {
2080 drive_state[drive].probed_format = 0;
2083 if (floppy_type[drive_params[drive].autodetect[probed_format]].sect) {
2084 drive_state[drive].probed_format = probed_format;
2087 probed_format
3615 short probed_format; member in struct:compat_floppy_drive_struct
[all...]

Completed in 130 milliseconds