Searched refs:user_reset_fdc (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/block/ |
D | floppy.c | 2929 static int user_reset_fdc(int drive, int arg, bool interruptible) in user_reset_fdc() function 3546 return user_reset_fdc(drive, (int)param, true); in fd_locked_ioctl() 4483 user_reset_fdc(REVDRIVE(fdc, 0), FD_RESET_ALWAYS, false); in floppy_resume() 4687 if (user_reset_fdc(REVDRIVE(i, 0), FD_RESET_ALWAYS, false)) { in do_floppy_init() 4711 user_reset_fdc(REVDRIVE(i, 0), FD_RESET_ALWAYS, false); in do_floppy_init()
|