Lines Matching defs:timer
33 * - replaced udelays() by a timer (CIAA timer B) for the waits
306 /* floppy internal millisecond timer stuff */
329 /* Milliseconds timer */
338 A more generic routine would do a schedule a la timer.device */
487 static void fd_motor_off(struct timer_list *timer)
489 unsigned long drive = ((unsigned long)timer -
496 timer->expires = jiffies + 1;
497 add_timer(timer);
768 static void post_write_callback(struct timer_list *timer)
1365 static void flush_track_callback(struct timer_list *timer)
1367 unsigned long nr = ((unsigned long)timer -
1496 /* reset the timer */
1887 printk("fd: cannot get irq for timer\n");
1918 /* init ms timer */