Searched refs:motor_off_timer (Results 1 – 3 of 3) sorted by relevance
151 static struct timer_list motor_off_timer[FD_MAX_UNITS]; variable341 del_timer(motor_off_timer + nr); in fd_motor_on()359 fd_motor_off (motor_off_timer + nr); in fd_motor_on()372 (unsigned long)&motor_off_timer[0]) / in fd_motor_off()373 sizeof(motor_off_timer[0]); in fd_motor_off()393 mod_timer(motor_off_timer + drive, jiffies + 3*HZ); in floppy_off()434 fd_motor_off (motor_off_timer + drive); in fd_calibrate()1800 timer_setup(&motor_off_timer[i], fd_motor_off, 0); in amiga_floppy_probe()1801 motor_off_timer[i].expires = 0; in amiga_floppy_probe()
376 static DEFINE_TIMER(motor_off_timer, fd_motor_off_timer);389 mod_timer(&motor_off_timer, jiffies + FD_MOTOR_OFF_DELAY); in start_motor_off_timer()509 mod_timer(&motor_off_timer, in fd_motor_off_timer()682 del_timer( &motor_off_timer ); in do_format()1484 del_timer( &motor_off_timer ); in redo_fd_request()
415 static struct timer_list motor_off_timer[N_DRIVE]; variable908 unsigned long nr = t - motor_off_timer; in motor_off_callback()926 del_timer(motor_off_timer + drive); in floppy_off()934 motor_off_timer[drive].expires = in floppy_off()937 add_timer(motor_off_timer + drive); in floppy_off()1881 del_timer(motor_off_timer + current_drive); in start_motor()3051 motor_off_callback(&motor_off_timer[current_drive]); in raw_cmd_done()4549 timer_setup(&motor_off_timer[drive], motor_off_callback, 0); in do_floppy_init()4708 del_timer_sync(&motor_off_timer[drive]); in do_floppy_init()4874 if (timer_pending(motor_off_timer + drive)) in floppy_release_irq_and_dma()[all …]