taglinefilesource code
timeout_fn604drivers/block/floppy.ctypedef void (*timeout_fn)(unsigned long);
timeout_fn616drivers/block/floppy.cfd_timer.function = (timeout_fn) fd_watchdog;
timeout_fn630drivers/block/floppy.cstatic int wait_for_completion(int nr, int delay, timeout_fn function)
timeout_fn1018drivers/block/floppy.ctimeout_fn function;
timeout_fn1032drivers/block/floppy.cfunction = (timeout_fn) floppy_on;
timeout_fn1034drivers/block/floppy.cfunction = (timeout_fn) setup_rw_floppy;
timeout_fn1363drivers/block/floppy.c(timeout_fn) floppy_ready))