Home
last modified time | relevance | path

Searched refs:do_floppy (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/block/
Dfloppy.c653 static void (*do_floppy)(void) = NULL; variable
899 do_floppy = NULL; in unlock_fdc()
1001 do_floppy = NULL; in cancel_activity()
1491 do_floppy = main_command_interrupt; in setup_rw_floppy()
1610 do_floppy = seek_interrupt; in seek_floppy()
1682 void (*handler)(void) = do_floppy; in floppy_interrupt()
1691 do_floppy = NULL; in floppy_interrupt()
1741 do_floppy = recal_interrupt; in recalibrate_floppy()
1769 do_floppy = reset_interrupt; in reset_fdc()
1814 if (do_floppy) in show_floppy()
[all …]