Searched refs:motor_off_timer (Results 1 – 2 of 2) sorted by relevance
455 static DEFINE_TIMER(motor_off_timer, fd_motor_off_timer);481 mod_timer(&motor_off_timer, jiffies + FD_MOTOR_OFF_DELAY); in start_motor_off_timer()601 mod_timer(&motor_off_timer, in fd_motor_off_timer()787 timer_delete(&motor_off_timer); in do_format()1569 timer_delete(&motor_off_timer); in ataflop_queue_rq()
399 static struct timer_list motor_off_timer[N_DRIVE]; variable918 unsigned long nr = t - motor_off_timer; in motor_off_callback()936 timer_delete(motor_off_timer + drive); in floppy_off()944 motor_off_timer[drive].expires = in floppy_off()947 add_timer(motor_off_timer + drive); in floppy_off()1917 timer_delete(motor_off_timer + current_drive); in start_motor()3011 motor_off_callback(&motor_off_timer[current_drive]); in raw_cmd_done()4602 timer_setup(&motor_off_timer[drive], motor_off_callback, 0); in do_floppy_init()4758 timer_delete_sync(&motor_off_timer[drive]); in do_floppy_init()4923 if (timer_pending(motor_off_timer + drive)) in floppy_release_irq_and_dma()[all …]