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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/block/
H A Damiflop.c149 static struct timer_list motor_on_timer; variable in typeref:struct:timer_list
335 motor_on_timer.expires = jiffies + HZ/10;
336 add_timer(&motor_on_timer);
350 motor_on_timer.data = nr;
351 mod_timer(&motor_on_timer, jiffies + HZ/2);
1757 init_timer(&motor_on_timer);
1758 motor_on_timer.expires = 0;
1759 motor_on_timer.data = 0;
1760 motor_on_timer.function = motor_on_callback;

Completed in 92 milliseconds