Searched refs:user_reset_fdc (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/block/ |
D | floppy.c | 2927 static int user_reset_fdc(int drive, int arg, bool interruptible) in user_reset_fdc() function 3540 return user_reset_fdc(drive, (int)param, true); in fd_locked_ioctl() 4477 user_reset_fdc(REVDRIVE(fdc, 0), FD_RESET_ALWAYS, false); in floppy_resume() 4676 if (user_reset_fdc(REVDRIVE(i, 0), FD_RESET_ALWAYS, false)) { in do_floppy_init() 4700 user_reset_fdc(REVDRIVE(i, 0), FD_RESET_ALWAYS, false); in do_floppy_init()
|