Searched refs:st_timer (Results 1 – 4 of 4) sorted by relevance
691 mod_timer(&card->st_timer, jiffies + ICN_TIMER_DCREAD); in icn_polldchan()983 init_timer(&card->st_timer); in icn_loadproto()984 card->st_timer.expires = jiffies + ICN_TIMER_DCREAD; in icn_loadproto()985 card->st_timer.function = icn_polldchan; in icn_loadproto()986 card->st_timer.data = (unsigned long) card; in icn_loadproto()987 add_timer(&card->st_timer); in icn_loadproto()990 init_timer(&card->other->st_timer); in icn_loadproto()991 card->other->st_timer.expires = jiffies + ICN_TIMER_DCREAD; in icn_loadproto()992 card->other->st_timer.function = icn_polldchan; in icn_loadproto()993 card->other->st_timer.data = (unsigned long) card->other; in icn_loadproto()[all …]
149 struct timer_list st_timer; /* Timer for Status-Polls */ member
79 struct timer_list st_timer; /* Timer for Status-Polls */ member
384 card->st_timer.expires = jiffies + ISDNLOOP_TIMER_DCREAD; in isdnloop_polldchan()385 add_timer(&card->st_timer); in isdnloop_polldchan()1024 del_timer(&card->st_timer); in isdnloop_stopcard()1116 init_timer(&card->st_timer); in isdnloop_start()1117 card->st_timer.expires = jiffies + ISDNLOOP_TIMER_DCREAD; in isdnloop_start()1118 card->st_timer.function = isdnloop_polldchan; in isdnloop_start()1119 card->st_timer.data = (unsigned long) card; in isdnloop_start()1120 add_timer(&card->st_timer); in isdnloop_start()