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

/linux-4.1.27/drivers/block/
H A Dfloppy.c2928 static int poll_drive(bool interruptible, int flag) poll_drive() function
2936 debug_dcl(DP->flags, "setting NEWCHANGE in poll_drive\n"); poll_drive()
3271 if (poll_drive(true, FD_RAW_NEED_DISK) == -EINTR) set_geometry()
3354 if (poll_drive(false, 0) == -EINTR) get_floppy_geometry()
3472 if (poll_drive(true, FD_RAW_NEED_DISK) == -EINTR) fd_locked_ioctl()
3512 if (poll_drive(true, FD_RAW_NEED_DISK) == -EINTR) fd_locked_ioctl()
3751 poll_drive(false, 0); floppy_check_events()
3868 poll_drive(false, FD_RAW_NEED_DISK); floppy_revalidate()

Completed in 143 milliseconds