taglinefilesource code
timeout_fn537drivers/block/floppy.ctypedef void (*timeout_fn)(unsigned long);
timeout_fn539drivers/block/floppy.c(timeout_fn) floppy_shutdown };
timeout_fn911drivers/block/floppy.cfd_timer.function = (timeout_fn) fd_watchdog;
timeout_fn924drivers/block/floppy.cstatic int wait_for_completion(int delay, timeout_fn function)
timeout_fn1238drivers/block/floppy.c(timeout_fn) floppy_ready));
timeout_fn1332drivers/block/floppy.ctimeout_fn function;
timeout_fn1346drivers/block/floppy.cfunction = (timeout_fn) floppy_start;
timeout_fn1348drivers/block/floppy.cfunction = (timeout_fn) setup_rw_floppy;
timeout_fn1772drivers/block/floppy.c(timeout_fn) function));
timeout_fn982drivers/scsi/aic7xxx.ctypedef void (*timeout_fn)(unsigned long);
timeout_fn1486drivers/scsi/aic7xxx.cscb->timer.function = (timeout_fn) aic7xxx_scb_timeout;