Home
last modified time | relevance | path

Searched refs:FD_RAW_NEED_DISK (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.h337 #define FD_RAW_NEED_DISK 0x40 /* this command needs a disk to be present */ 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.h337 #define FD_RAW_NEED_DISK 0x40 /* this command needs a disk to be present */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfd.h340 #define FD_RAW_NEED_DISK 0x40 /* this command needs a disk to be present */ macro
/OK3568_Linux_fs/kernel/drivers/block/
H A Dfloppy.c1531 } else if (flags & FD_RAW_NEED_DISK) in setup_rw_floppy()
1603 disk_change(current_drive) && (raw_cmd->flags & FD_RAW_NEED_DISK)) { in seek_floppy()
1618 (raw_cmd->flags & FD_RAW_NEED_DISK) && 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()
3360 if (poll_drive(true, FD_RAW_NEED_DISK) == -EINTR) in set_geometry()
3581 if (poll_drive(true, FD_RAW_NEED_DISK) == -EINTR) in fd_locked_ioctl()
3624 if (poll_drive(true, FD_RAW_NEED_DISK) == -EINTR) in fd_locked_ioctl()
3877 if (poll_drive(true, FD_RAW_NEED_DISK) == -EINTR) in compat_getdrvstat()
[all …]