taglinefilesource code
timeout_fn599drivers/block/floppy.ctypedef void (*timeout_fn)(unsigned long);
timeout_fn601drivers/block/floppy.c(timeout_fn) floppy_shutdown };
timeout_fn952drivers/block/floppy.cfd_timer.function = (timeout_fn) fd_watchdog;
timeout_fn965drivers/block/floppy.cstatic int wait_for_completion(int delay, timeout_fn function)
timeout_fn1302drivers/block/floppy.c(timeout_fn) floppy_ready));
timeout_fn1396drivers/block/floppy.ctimeout_fn function;
timeout_fn1410drivers/block/floppy.cfunction = (timeout_fn) floppy_start;
timeout_fn1412drivers/block/floppy.cfunction = (timeout_fn) setup_rw_floppy;
timeout_fn1843drivers/block/floppy.c(timeout_fn) function));
timeout_fn930drivers/scsi/aic7xxx.ctypedef void (*timeout_fn)(unsigned long);
timeout_fn1401drivers/scsi/aic7xxx.cscb->timer.function = (timeout_fn) aic7xxx_scb_timeout;