Searched refs:l1hw (Results 1 – 11 of 11) sorted by relevance
/linux-4.19.296/drivers/isdn/hisax/ |
D | isdnl1.c | 470 st->l1.l1hw(st, HW_ENABLE | REQUEST, NULL); in l1_deact_cnf() 490 st->l1.l1hw(st, HW_INFO3 | REQUEST, NULL); in l1_power_up_s() 520 st->l1.l1hw(st, HW_INFO3 | REQUEST, NULL); in l1_info2_ind() 534 st->l1.l1hw(st, HW_INFO3 | REQUEST, NULL); in l1_info4_ind() 559 st->l1.l1hw(st, HW_ENABLE | REQUEST, NULL); in l1_timer3() 581 st->l1.l1hw(st, HW_DEACTIVATE | RESPONSE, NULL); in l1_timer_deact() 589 st->l1.l1hw(st, HW_RESET | REQUEST, NULL); in l1_activate_s() 660 st->l1.l1hw(st, HW_ENABLE | REQUEST, NULL); in l1_deact_req_u() 683 st->l1.l1hw(st, HW_INFO1 | REQUEST, NULL); in l1_activate_u() 809 st->l1.l1hw(st, pr, arg); in dch_l2l1() [all …]
|
D | hfc_sx.c | 569 st->l1.l1hw(st, pr, arg); in dch_nt_l2l1() 581 st->l1.l1hw(st, HW_TESTLOOP | REQUEST, arg); in dch_nt_l2l1() 1010 st->l1.l1hw = HFCSX_l1hw; in setstack_hfcsx()
|
D | hfc_pci.c | 743 st->l1.l1hw(st, pr, arg); in dch_nt_l2l1() 755 st->l1.l1hw(st, HW_TESTLOOP | REQUEST, arg); in dch_nt_l2l1() 1249 st->l1.l1hw = HFCPCI_l1hw; in setstack_hfcpci()
|
D | amd7930_fn.c | 676 st->l1.l1hw = Amd7930_l1hw; in setstack_Amd7930()
|
D | hisax.h | 219 void (*l1hw) (struct PStack *, int, void *); member
|
D | icc.c | 570 st->l1.l1hw = ICC_l1hw; in setstack_icc()
|
D | isac.c | 573 st->l1.l1hw = ISAC_l1hw; in setstack_isac()
|
D | ipacx.c | 415 st->l1.l1hw = dch_l2l1; in dch_setstack()
|
D | hfc_2bds0.c | 1013 st->l1.l1hw = HFCD_l1hw; in setstack_hfcd()
|
D | w6692.c | 677 st->l1.l1hw = W6692_l1hw; in setstack_W6692()
|
D | callc.c | 1020 (*stp)->l1.l1hw = dummy_pstack; in init_PStack()
|