Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
Dfloppy.c2029 int probed_format; in next_valid_format() local
2031 probed_format = DRS->probed_format; in next_valid_format()
2033 if (probed_format >= 8 || !DP->autodetect[probed_format]) { in next_valid_format()
2034 DRS->probed_format = 0; in next_valid_format()
2037 if (floppy_type[DP->autodetect[probed_format]].sect) { in next_valid_format()
2038 DRS->probed_format = probed_format; in next_valid_format()
2041 probed_format++; in next_valid_format()
2050 DRS->probed_format++; in bad_flp_intr()
2683 (DP->read_track & (1 << DRS->probed_format)))))) { in make_raw_rw_request()
2865 DRS->probed_format = 0; in redo_fd_request()
[all …]
/Linux-v4.19/include/uapi/linux/
Dfd.h213 short probed_format; member