Searched refs:motor_off_timer (Results 1 – 3 of 3) sorted by relevance
271 static struct timer_list motor_off_timer[FD_MAX_UNITS]; variable460 del_timer(motor_off_timer + nr); in fd_motor_on()478 fd_motor_off (motor_off_timer + nr); in fd_motor_on()491 (unsigned long)&motor_off_timer[0]) / in fd_motor_off()492 sizeof(motor_off_timer[0]); in fd_motor_off()512 mod_timer(motor_off_timer + drive, jiffies + 3*HZ); in floppy_off()553 fd_motor_off (motor_off_timer + drive); in fd_calibrate()1903 timer_setup(&motor_off_timer[i], fd_motor_off, 0); in amiga_floppy_probe()1904 motor_off_timer[i].expires = 0; in amiga_floppy_probe()
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()786 del_timer( &motor_off_timer ); in do_format()1568 del_timer( &motor_off_timer ); in ataflop_queue_rq()
403 static struct timer_list motor_off_timer[N_DRIVE]; variable922 unsigned long nr = t - motor_off_timer; in motor_off_callback()940 del_timer(motor_off_timer + drive); in floppy_off()948 motor_off_timer[drive].expires = in floppy_off()951 add_timer(motor_off_timer + drive); in floppy_off()1921 del_timer(motor_off_timer + current_drive); in start_motor()3015 motor_off_callback(&motor_off_timer[current_drive]); in raw_cmd_done()4610 timer_setup(&motor_off_timer[drive], motor_off_callback, 0); in do_floppy_init()4766 del_timer_sync(&motor_off_timer[drive]); in do_floppy_init()4933 if (timer_pending(motor_off_timer + drive)) in floppy_release_irq_and_dma()[all …]