Searched refs:user_reset_fdc (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/block/ |
D | floppy.c | 2930 static int user_reset_fdc(int drive, int arg, bool interruptible) in user_reset_fdc() function 3511 return user_reset_fdc(drive, (int)param, true); in fd_locked_ioctl() 4459 user_reset_fdc(REVDRIVE(fdc, 0), FD_RESET_ALWAYS, false); in floppy_resume() 4647 if (user_reset_fdc(REVDRIVE(i, 0), FD_RESET_ALWAYS, false)) { in do_floppy_init() 4671 user_reset_fdc(REVDRIVE(i, 0), FD_RESET_ALWAYS, false); in do_floppy_init()
|