Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/block/
Dfloppy.c2014 int probed_format; in next_valid_format() local
2016 probed_format = DRS->probed_format; in next_valid_format()
2018 if (probed_format >= 8 || !DP->autodetect[probed_format]) { in next_valid_format()
2019 DRS->probed_format = 0; in next_valid_format()
2022 if (floppy_type[DP->autodetect[probed_format]].sect) { in next_valid_format()
2023 DRS->probed_format = probed_format; in next_valid_format()
2026 probed_format++; in next_valid_format()
2035 DRS->probed_format++; in bad_flp_intr()
2669 (DP->read_track & (1 << DRS->probed_format)))))) { in make_raw_rw_request()
2850 DRS->probed_format = 0; in redo_fd_request()
[all …]
/linux-3.4.99/include/linux/
Dfd.h211 short probed_format; member
/linux-3.4.99/block/
Dcompat_ioctl.c238 short probed_format; member
467 err |= __put_user(f->probed_format, &uf->probed_format); in compat_fd_ioctl()