Lines Matching refs:motor_off_timer
403 static struct timer_list motor_off_timer[N_DRIVE];
923 unsigned long nr = t - motor_off_timer;
941 del_timer(motor_off_timer + drive);
949 motor_off_timer[drive].expires =
952 add_timer(motor_off_timer + drive);
1918 del_timer(motor_off_timer + current_drive);
3013 motor_off_callback(&motor_off_timer[current_drive]);
4603 timer_setup(&motor_off_timer[drive], motor_off_callback, 0);
4759 del_timer_sync(&motor_off_timer[drive]);
4926 if (timer_pending(motor_off_timer + drive))
4980 del_timer_sync(&motor_off_timer[drive]);