Searched refs:D_L1L2 (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/drivers/isdn/hisax/ |
D | hisax_isac.c | 243 static inline void D_L1L2(struct isac *isac, int pr, void *arg) in D_L1L2() function 279 D_L1L2(isac, PH_DEACTIVATE | INDICATION, NULL); in l1_di_deact_ind() 293 D_L1L2(isac, PH_DEACTIVATE | INDICATION, NULL); in l1_go_f3pend_deact_ind() 325 D_L1L2(isac, PH_DEACTIVATE | INDICATION, NULL); in l1_go_f6_deact_ind() 335 D_L1L2(isac, PH_ACTIVATE | INDICATION, NULL); in l1_go_f7_act_ind() 348 D_L1L2(isac, PH_DEACTIVATE | INDICATION, NULL); in l1_go_f8_deact_ind() 364 D_L1L2(isac, PH_DEACTIVATE | INDICATION, NULL); in l1_timer3() 562 D_L1L2(isac, PH_DATA | INDICATION, skb); in isac_rme_interrupt() 579 D_L1L2(isac, PH_DATA | CONFIRM, NULL); in isac_xpr_interrupt() 692 D_L1L2(isac, PH_DATA | INDICATION, skb); in isacsx_rme_interrupt() [all …]
|
D | st5481_d.c | 56 static inline void D_L1L2(struct st5481_adapter *adapter, int pr, void *arg) in D_L1L2() function 72 D_L1L2(adapter, PH_DEACTIVATE | INDICATION, NULL); in l1_go_f3() 94 D_L1L2(adapter, PH_ACTIVATE | INDICATION, NULL); in l1_go_f7() 115 D_L1L2(adapter, PH_DEACTIVATE | INDICATION, NULL); in l1_timer3() 334 D_L1L2(adapter, PH_DATA | CONFIRM, NULL); in usb_d_out() 443 D_L1L2(adapter, PH_DATA | CONFIRM, NULL); in dout_start_xmit()
|