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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Damiflop.c160 static struct timer_list motor_off_timer[FD_MAX_UNITS]; variable in typeref:struct:timer_list
363 del_timer(motor_off_timer + nr);
399 motor_off_timer[drive].expires = jiffies + 1;
400 add_timer(motor_off_timer + drive);
424 del_timer(motor_off_timer + drive);
425 motor_off_timer[drive].expires = jiffies + 3*HZ;
427 motor_off_timer[drive].data = nr | 0x80000000;
428 add_timer(motor_off_timer + nr);
1828 init_timer(&motor_off_timer[i]);
1829 motor_off_timer[
[all...]
H A Dataflop.c393 static struct timer_list motor_off_timer = variable in typeref:struct:timer_list
407 mod_timer(&motor_off_timer, jiffies + FD_MOTOR_OFF_DELAY);
530 mod_timer(&motor_off_timer,
695 del_timer( &motor_off_timer );
1516 del_timer( &motor_off_timer );
H A Dfloppy.c406 static struct timer_list motor_off_timer[N_DRIVE]; variable in typeref:struct:timer_list
946 del_timer(motor_off_timer+drive);
954 motor_off_timer[drive].expires = jiffies + UDP->spindown - delta;
956 add_timer(motor_off_timer+drive);
1939 del_timer(motor_off_timer + current_drive);
4268 motor_off_timer[drive].data = drive;
4269 motor_off_timer[drive].function = motor_off_callback;
4406 if (timer_pending(motor_off_timer + drive))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/block/
H A Dfd1772.c296 motor_off_timer.expires = jiffies + (delay); \
297 add_timer( &motor_off_timer ); \
375 static struct timer_list motor_off_timer = { variable in typeref:struct:timer_list
456 del_timer(&motor_off_timer);
1095 del_timer(&motor_off_timer);
1272 del_timer(&motor_off_timer);

Completed in 50 milliseconds