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

/linux-4.1.27/block/
H A Dcompat_ioctl.c239 short probed_format; member in struct:compat_floppy_drive_struct
468 err |= __put_user(f->probed_format, &uf->probed_format); compat_fd_ioctl()
/linux-4.1.27/drivers/block/
H A Dfloppy.c2023 int probed_format; next_valid_format() local
2025 probed_format = DRS->probed_format; next_valid_format()
2027 if (probed_format >= 8 || !DP->autodetect[probed_format]) { next_valid_format()
2028 DRS->probed_format = 0; next_valid_format()
2031 if (floppy_type[DP->autodetect[probed_format]].sect) { next_valid_format()
2032 DRS->probed_format = probed_format; next_valid_format()
2035 probed_format++; next_valid_format()
2044 DRS->probed_format++; bad_flp_intr()
2677 (DP->read_track & (1 << DRS->probed_format)))))) { make_raw_rw_request()
2857 DRS->probed_format = 0; redo_fd_request()
2866 _floppy = floppy_type + DP->autodetect[DRS->probed_format]; redo_fd_request()
/linux-4.1.27/include/uapi/linux/
H A Dfd.h212 short probed_format; member in struct:floppy_drive_struct

Completed in 284 milliseconds