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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acorn/block/
H A Dfd1772.c299 motor_off_timer.expires = jiffies + (delay); \
300 add_timer( &motor_off_timer ); \
375 static DEFINE_TIMER(motor_off_timer, fd_motor_off_timer, 0, 0);
448 del_timer(&motor_off_timer);
1098 del_timer(&motor_off_timer);
1242 del_timer(&motor_off_timer);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Damiflop.c150 static struct timer_list motor_off_timer[FD_MAX_UNITS]; variable in typeref:struct:timer_list
344 del_timer(motor_off_timer + nr);
378 motor_off_timer[drive].expires = jiffies + 1;
379 add_timer(motor_off_timer + drive);
394 motor_off_timer[drive].data = nr | 0x80000000;
395 mod_timer(motor_off_timer + drive, jiffies + 3*HZ);
1762 init_timer(&motor_off_timer[i]);
1763 motor_off_timer[i].expires = 0;
1764 motor_off_timer[i].data = i|0x80000000;
1765 motor_off_timer[
[all...]
H A Dataflop.c374 static DEFINE_TIMER(motor_off_timer, fd_motor_off_timer, 0, 0);
381 mod_timer(&motor_off_timer, jiffies + FD_MOTOR_OFF_DELAY);
501 mod_timer(&motor_off_timer,
675 del_timer( &motor_off_timer );
1453 del_timer( &motor_off_timer );
H A Dfloppy.c413 static struct timer_list motor_off_timer[N_DRIVE]; variable in typeref:struct:timer_list
950 del_timer(motor_off_timer + drive);
958 motor_off_timer[drive].expires =
961 add_timer(motor_off_timer + drive);
1936 del_timer(motor_off_timer + current_drive);
4177 init_timer(&motor_off_timer[dr]);
4178 motor_off_timer[dr].data = dr;
4179 motor_off_timer[dr].function = motor_off_callback;
4342 del_timer(&motor_off_timer[dr]);
4476 if (timer_pending(motor_off_timer
[all...]

Completed in 137 milliseconds