Searched refs:user_reset_fdc (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/block/ |
D | floppy.c | 2927 static int user_reset_fdc(int drive, int arg, bool interruptible) in user_reset_fdc() function 3542 return user_reset_fdc(drive, (int)param, true); in fd_locked_ioctl() 4479 user_reset_fdc(REVDRIVE(fdc, 0), FD_RESET_ALWAYS, false); in floppy_resume() 4680 if (user_reset_fdc(REVDRIVE(i, 0), FD_RESET_ALWAYS, false)) { in do_floppy_init() 4704 user_reset_fdc(REVDRIVE(i, 0), FD_RESET_ALWAYS, false); in do_floppy_init()
|