Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/block/
Dfloppy.c653 static void (*do_floppy)(void) = NULL; variable
915 do_floppy = NULL; in unlock_fdc()
1017 do_floppy = NULL; in cancel_activity()
1515 do_floppy = main_command_interrupt; in setup_rw_floppy()
1644 do_floppy = seek_interrupt; in seek_floppy()
1717 void (*handler)(void) = do_floppy; in floppy_interrupt()
1726 do_floppy = NULL; in floppy_interrupt()
1776 do_floppy = recal_interrupt; in recalibrate_floppy()
1806 do_floppy = reset_interrupt; in reset_fdc()
1852 if (do_floppy) in show_floppy()
[all …]