Home
last modified time | relevance | path

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

/linux/drivers/block/
H A Dfloppy.c2070 int probed_format; in next_valid_format() local
2072 probed_format = drive_state[drive].probed_format; in next_valid_format()
2074 if (probed_format >= FD_AUTODETECT_SIZE || in next_valid_format()
2075 !drive_params[drive].autodetect[probed_format]) { in next_valid_format()
2076 drive_state[drive].probed_format = 0; in next_valid_format()
2079 if (floppy_type[drive_params[drive].autodetect[probed_format]].sect) { in next_valid_format()
2080 drive_state[drive].probed_format = probed_format; in next_valid_format()
2083 probed_format++; in next_valid_format()
2092 drive_state[current_drive].probed_format++; in bad_flp_intr()
2809 drive_state[current_drive].probed_format = 0; in redo_fd_request()
[all …]
/linux/include/uapi/linux/
H A Dfd.h216 short probed_format; member