Lines Matching defs:timer
76 #include <linux/timer.h>
620 struct timer_list timer; /* Media selection timer. */
712 /* The action to take with a media selection timer tick.
1187 /* Check the PCI latency value. On the 3c590 series the latency timer
1189 when the timer expires during a transfer. This bug exists the Vortex
1193 pr_info("%s: Overriding PCI latency timer (CFLT) setting of %d, new value is %d.\n",
1265 int timer;
1268 for (timer = 10; timer >= 0; timer--) {
1596 timer_setup(&vp->timer, vortex_timer, 0);
1597 mod_timer(&vp->timer, RUN_AT(media_tbl[dev->if_port].wait));
1786 struct vortex_private *vp = from_timer(vp, t, timer);
1794 pr_debug("%s: Media selection timer tick happened, %s.\n",
1874 pr_debug("%s: Media selection timer finished, %s.\n",
1877 mod_timer(&vp->timer, RUN_AT(next_tick));
2346 /* The timer will reenable interrupts. */
2347 mod_timer(&vp->timer, jiffies + 1*HZ);
2482 /* The timer will reenable interrupts. */
2483 mod_timer(&vp->timer, jiffies + 1*HZ);
2694 del_timer_sync(&vp->timer);