Lines Matching refs:probed_format
2074 int probed_format; in next_valid_format() local
2076 probed_format = drive_state[drive].probed_format; in next_valid_format()
2078 if (probed_format >= FD_AUTODETECT_SIZE || in next_valid_format()
2079 !drive_params[drive].autodetect[probed_format]) { in next_valid_format()
2080 drive_state[drive].probed_format = 0; in next_valid_format()
2083 if (floppy_type[drive_params[drive].autodetect[probed_format]].sect) { in next_valid_format()
2084 drive_state[drive].probed_format = probed_format; in next_valid_format()
2087 probed_format++; in next_valid_format()
2096 drive_state[current_drive].probed_format++; in bad_flp_intr()
2813 drive_state[current_drive].probed_format = 0; in redo_fd_request()
2822 …y = floppy_type + drive_params[current_drive].autodetect[drive_state[current_drive].probed_format]; in redo_fd_request()
3615 short probed_format; member
3798 v.probed_format = drive_state[drive].probed_format; in compat_getdrvstat()