Lines Matching defs:timer
140 I've changed the timing routines to use the kernel timer and scheduling
144 line with the rest (the DC21040 chip doesn't have a hardware timer).
268 Add timer based link change detection.
280 Add kernel timer code (h/w is too flaky).
823 struct timer_list timer; /* Timer info for kernel */
1150 timer_setup(&lp->timer, de4x5_ast, 0);
1745 struct de4x5_private *lp = from_timer(lp, t, timer);
1765 mod_timer(&lp->timer, jiffies + dt);
2197 u_char pb, pbus = 0, dev_num, dnum = 0, timer;
2286 /* Check the latency timer for values >= 0x60 */
2287 pci_read_config_byte(pdev, PCI_LATENCY_TIMER, &timer);
2288 if (timer < 0x60) {
2371 de4x5_ast(&lp->timer);
5074 del_timer_sync(&lp->timer);