Home
last modified time | relevance | path

Searched refs:motor_on_timer (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/block/
Damiflop.c149 static struct timer_list motor_on_timer; variable
331 motor_on_timer.expires = jiffies + HZ/10; in motor_on_callback()
332 add_timer(&motor_on_timer); in motor_on_callback()
347 motor_on_timer.data = nr; in fd_motor_on()
348 mod_timer(&motor_on_timer, jiffies + HZ/2); in fd_motor_on()
1795 init_timer(&motor_on_timer); in amiga_floppy_probe()
1796 motor_on_timer.expires = 0; in amiga_floppy_probe()
1797 motor_on_timer.data = 0; in amiga_floppy_probe()
1798 motor_on_timer.function = motor_on_callback; in amiga_floppy_probe()