Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/block/
A Dfloppy.c2071 int probed_format; in next_valid_format() local
2073 probed_format = drive_state[drive].probed_format; in next_valid_format()
2075 if (probed_format >= FD_AUTODETECT_SIZE || in next_valid_format()
2076 !drive_params[drive].autodetect[probed_format]) { in next_valid_format()
2077 drive_state[drive].probed_format = 0; in next_valid_format()
2081 drive_state[drive].probed_format = probed_format; in next_valid_format()
2084 probed_format++; in next_valid_format()
2093 drive_state[current_drive].probed_format++; in bad_flp_intr()
2811 drive_state[current_drive].probed_format = 0; in redo_fd_request()
3609 short probed_format; member
[all …]
/linux-6.3-rc2/include/uapi/linux/
A Dfd.h216 short probed_format; member

Completed in 12 milliseconds