Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/block/
H 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()
2080 if (floppy_type[drive_params[drive].autodetect[probed_format]].sect) { 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()
2724 … (drive_params[current_drive].read_track & (1 << drive_state[current_drive].probed_format)))))) { in make_raw_rw_request()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfd.h213 short probed_format; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfd.h213 short probed_format; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfd.h216 short probed_format; member