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

/drivers/isdn/hisax/
H A Dhfc_usb.c204 struct timer_list t3_timer; /* timer 3 for activation/deactivation */ member in struct:hfcusb_data
389 if (timer_pending(&hfc->t3_timer))
390 del_timer(&hfc->t3_timer);
1039 (&hfc->t3_timer)) {
1040 hfc->t3_timer.
1046 t3_timer);
1169 init_timer(&hfc->t3_timer);
1170 hfc->t3_timer.data = (long) hfc;
1171 hfc->t3_timer.function = (void *) l1_timer_expire_t3;
1532 if (timer_pending(&context->t3_timer))
[all...]

Completed in 344 milliseconds