Searched refs:user_reset_fdc (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/block/ | 
| D | floppy.c | 3016 static int user_reset_fdc(int drive, int arg, bool interruptible)  in user_reset_fdc()  function3602 		return user_reset_fdc(drive, (int)param, true);  in fd_locked_ioctl()
 4550 			user_reset_fdc(REVDRIVE(fdc, 0), FD_RESET_ALWAYS, false);  in floppy_resume()
 4715 		if (user_reset_fdc(REVDRIVE(i, 0), FD_RESET_ALWAYS, false)) {  in do_floppy_init()
 4739 		user_reset_fdc(REVDRIVE(i, 0), FD_RESET_ALWAYS, false);  in do_floppy_init()
 
 |