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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/isdnloop/
H A Disdnloop.h79 struct timer_list st_timer; /* Timer for Status-Polls */ member in struct:isdnloop_card
H A Disdnloop.c383 card->st_timer.expires = jiffies + ISDNLOOP_TIMER_DCREAD;
384 add_timer(&card->st_timer);
1026 del_timer(&card->st_timer);
1110 init_timer(&card->st_timer);
1111 card->st_timer.expires = jiffies + ISDNLOOP_TIMER_DCREAD;
1112 card->st_timer.function = isdnloop_polldchan;
1113 card->st_timer.data = (unsigned long) card;
1114 add_timer(&card->st_timer);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/icn/
H A Dicn.c690 mod_timer(&card->st_timer, jiffies+ICN_TIMER_DCREAD);
982 init_timer(&card->st_timer);
983 card->st_timer.expires = jiffies + ICN_TIMER_DCREAD;
984 card->st_timer.function = icn_polldchan;
985 card->st_timer.data = (unsigned long) card;
986 add_timer(&card->st_timer);
989 init_timer(&card->other->st_timer);
990 card->other->st_timer.expires = jiffies + ICN_TIMER_DCREAD;
991 card->other->st_timer.function = icn_polldchan;
992 card->other->st_timer
[all...]
H A Dicn.h149 struct timer_list st_timer; /* Timer for Status-Polls */ member in struct:icn_card

Completed in 63 milliseconds