Lines Matching refs:do_floppy
648 static void (*do_floppy)(void) = NULL; variable
894 do_floppy = NULL; in unlock_fdc()
992 do_floppy = NULL; in cancel_activity()
1485 do_floppy = main_command_interrupt; in setup_rw_floppy()
1604 do_floppy = seek_interrupt; in seek_floppy()
1676 void (*handler)(void) = do_floppy; in floppy_interrupt()
1685 do_floppy = NULL; in floppy_interrupt()
1735 do_floppy = recal_interrupt; in recalibrate_floppy()
1763 do_floppy = reset_interrupt; in reset_fdc()
1808 if (do_floppy) in show_floppy()
1809 pr_info("do_floppy=%pf\n", do_floppy); in show_floppy()
2833 do_floppy = NULL; in redo_fd_request()