Home
last modified time | relevance | path

Searched refs:l1_timer (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/isdn/hisax/
Dhfc4s8s_l1.c153 struct timer_list l1_timer; /* layer 1 timer structure */ member
339 mod_timer(&l1->l1_timer, in dch_l2l1()
596 struct hfc4s8s_l1 *l1 = from_timer(l1, t, l1_timer); in hfc_l1_timer()
1026 del_timer(&l1p->l1_timer); in hfc4s8s_bh()
1040 mod_timer(&l1p->l1_timer, in hfc4s8s_bh()
1061 (&l1p->l1_timer)) in hfc4s8s_bh()
1063 mod_timer(&l1p->l1_timer, in hfc4s8s_bh()
1069 l1_timer); in hfc4s8s_bh()
1355 del_timer(&hw->l1[i].l1_timer); in hfc_hardware_enable()
1400 timer_setup(&l1p->l1_timer, hfc_l1_timer, 0); in setup_instance()