Home
last modified time | relevance | path

Searched refs:FloppyIRQHandler (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/block/
H A Dataflop.c661 static void (*FloppyIRQHandler)( int status ) = NULL; variable
668 handler = xchg(&FloppyIRQHandler, NULL); in floppy_irq()
713 #define SET_IRQ_HANDLER(proc) do { FloppyIRQHandler = (proc); } while(0)
1323 if (!FloppyIRQHandler) goto end; /* int occurred after timer was fired, but in fd_times_out()
/kernel/linux/linux-6.6/drivers/block/
H A Dataflop.c671 static void (*FloppyIRQHandler)( int status ) = NULL; variable
678 handler = xchg(&FloppyIRQHandler, NULL); in floppy_irq()
732 #define SET_IRQ_HANDLER(proc) do { FloppyIRQHandler = (proc); } while(0)
1351 if (!FloppyIRQHandler) goto end; /* int occurred after timer was fired, but in fd_times_out()

Completed in 5 milliseconds