Lines Matching refs:l1_timer
153 struct timer_list l1_timer; /* layer 1 timer structure */ member
381 mod_timer(&l1->l1_timer, in dch_l2l1()
1123 del_timer(&l1p->l1_timer); in hfc4s8s_bh()
1137 mod_timer(&l1p->l1_timer, in hfc4s8s_bh()
1158 (&l1p->l1_timer)) in hfc4s8s_bh()
1160 mod_timer(&l1p->l1_timer, in hfc4s8s_bh()
1166 l1_timer); in hfc4s8s_bh()
1458 del_timer(&hw->l1[i].l1_timer); in hfc_hardware_enable()
1512 l1p->l1_timer.function = (void *) hfc_l1_timer; in setup_instance()
1513 l1p->l1_timer.data = (long) (l1p); in setup_instance()
1514 init_timer(&l1p->l1_timer); in setup_instance()