Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hisax/
Disdnl1.c470 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 …]
Dhfc_sx.c569 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()
Dhfc_pci.c743 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()
Damd7930_fn.c676 st->l1.l1hw = Amd7930_l1hw; in setstack_Amd7930()
Dhisax.h219 void (*l1hw) (struct PStack *, int, void *); member
Dicc.c570 st->l1.l1hw = ICC_l1hw; in setstack_icc()
Disac.c573 st->l1.l1hw = ISAC_l1hw; in setstack_isac()
Dipacx.c415 st->l1.l1hw = dch_l2l1; in dch_setstack()
Dhfc_2bds0.c1013 st->l1.l1hw = HFCD_l1hw; in setstack_hfcd()
Dw6692.c677 st->l1.l1hw = W6692_l1hw; in setstack_W6692()
Dcallc.c1020 (*stp)->l1.l1hw = dummy_pstack; in init_PStack()