Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/
H A Damiflop.c269 static struct timer_list motor_on_timer; variable
450 motor_on_timer.expires = jiffies + HZ/10; in motor_on_callback()
451 add_timer(&motor_on_timer); in motor_on_callback()
466 mod_timer(&motor_on_timer, jiffies + HZ/2); in fd_motor_on()
1896 timer_setup(&motor_on_timer, motor_on_callback, 0); in amiga_floppy_probe()
1897 motor_on_timer.expires = 0; in amiga_floppy_probe()