Home
last modified time | relevance | path

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

/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.h338 #define FD_RAW_NEED_SEEK 0x80 /* this command uses an implied seek (soft) */ macro
/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.h338 #define FD_RAW_NEED_SEEK 0x80 /* this command uses an implied seek (soft) */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfd.h341 #define FD_RAW_NEED_SEEK 0x80 /* this command uses an implied seek (soft) */ macro
/OK3568_Linux_fs/kernel/drivers/block/
H A Dfloppy.c1628 raw_cmd->flags |= FD_RAW_NEED_SEEK; in seek_floppy()
1635 (raw_cmd->flags & FD_RAW_NEED_SEEK)) in seek_floppy()
1952 if (raw_cmd->flags & (FD_RAW_NEED_SEEK | FD_RAW_NEED_DISK)) { in floppy_ready()
2152 FD_RAW_NEED_DISK | FD_RAW_NEED_SEEK); in setup_format_params()
2579 raw_cmd->flags = FD_RAW_SPIN | FD_RAW_NEED_DISK | FD_RAW_NEED_SEEK; in make_raw_rw_request()