Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/block/
Damiflop.c159 static struct timer_list motor_on_timer; variable
354 motor_on_timer.expires = jiffies + HZ/10; in motor_on_callback()
355 add_timer(&motor_on_timer); in motor_on_callback()
369 motor_on_timer.data = nr; in fd_motor_on()
370 mod_timer(&motor_on_timer, jiffies + HZ/2); in fd_motor_on()
1825 init_timer(&motor_on_timer); in amiga_floppy_init()
1826 motor_on_timer.expires = 0; in amiga_floppy_init()
1827 motor_on_timer.data = 0; in amiga_floppy_init()
1828 motor_on_timer.function = motor_on_callback; in amiga_floppy_init()