Lines Matching defs:motor_off_timer
410 static struct timer_list motor_off_timer[N_DRIVE];
921 del_timer(motor_off_timer + drive);
929 motor_off_timer[drive].expires =
932 add_timer(motor_off_timer + drive);
1902 del_timer(motor_off_timer + current_drive);
4210 init_timer(&motor_off_timer[dr]);
4211 motor_off_timer[dr].data = dr;
4212 motor_off_timer[dr].function = motor_off_callback;
4370 del_timer_sync(&motor_off_timer[dr]);
4524 if (timer_pending(motor_off_timer + drive))
4579 del_timer_sync(&motor_off_timer[drive]);