Lines Matching defs:timer
212 static uint timer;
229 module_param(timer, uint, S_IRUGO | S_IWUSR);
1441 /* set up timer */
2807 * timer callback for D-chan busy resolution. Currently no function
3250 del_timer(&dch->timer);
3395 del_timer(&dch->timer);
3840 timer_setup(&dch->timer, hfcmulti_dbusy_timer, 0);
3946 timer_setup(&dch->timer, hfcmulti_dbusy_timer, 0);
4107 /* set the watchdog timer */
4214 * start timer irq, wait some time and check if we have interrupts.
4522 if (dch->timer.function) {
4523 del_timer(&dch->timer);
4524 dch->timer.function = NULL;