Searched refs:l1_event (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/isdn/hardware/mISDN/ |
H A D | w6692.c | 198 l1_event(dch->l1, HW_RESET_IND); in W6692_ph_bh() 202 l1_event(dch->l1, HW_DEACT_CNF); in W6692_ph_bh() 206 l1_event(dch->l1, HW_DEACT_IND); in W6692_ph_bh() 210 l1_event(dch->l1, HW_POWERUP_IND); in W6692_ph_bh() 215 l1_event(dch->l1, ANYSIGNAL); in W6692_ph_bh() 218 l1_event(dch->l1, LOSTFRAMING); in W6692_ph_bh() 223 l1_event(dch->l1, INFO2); in W6692_ph_bh() 227 l1_event(dch->l1, INFO4_P8); in W6692_ph_bh() 231 l1_event(dch->l1, INFO4_P10); in W6692_ph_bh() 1081 ret = l1_event(dch->l1, hh->prim); in w6692_l2l1D() [all …]
|
H A D | mISDNipac.c | 63 l1_event(dch->l1, HW_RESET_IND); in isac_ph_state_bh() 67 l1_event(dch->l1, HW_DEACT_CNF); in isac_ph_state_bh() 72 l1_event(dch->l1, HW_DEACT_IND); in isac_ph_state_bh() 76 l1_event(dch->l1, HW_POWERUP_IND); in isac_ph_state_bh() 81 l1_event(dch->l1, ANYSIGNAL); in isac_ph_state_bh() 84 l1_event(dch->l1, LOSTFRAMING); in isac_ph_state_bh() 89 l1_event(dch->l1, INFO2); in isac_ph_state_bh() 93 l1_event(dch->l1, INFO4_P8); in isac_ph_state_bh() 97 l1_event(dch->l1, INFO4_P10); in isac_ph_state_bh() 576 ret = l1_event(dch->l1, hh->prim); in isac_l1hw() [all …]
|
H A D | hfcpci.c | 916 l1_event(dch->l1, HW_RESET_IND); in ph_state_te() 919 l1_event(dch->l1, HW_DEACT_IND); in ph_state_te() 923 l1_event(dch->l1, ANYSIGNAL); in ph_state_te() 926 l1_event(dch->l1, INFO2); in ph_state_te() 929 l1_event(dch->l1, INFO4_P8); in ph_state_te() 1072 l1_event(dch->l1, HW_POWERUP_IND); in hfc_l1callback() 1613 ret = l1_event(dch->l1, hh->prim); in hfcpci_l2l1D() 1648 ret = l1_event(dch->l1, hh->prim); in hfcpci_l2l1D() 1866 ret = l1_event(hc->dch.l1, HW_TIMER3_VALUE | (cq->p1 & 0xff)); in channel_ctrl() 1906 l1_event(hc->dch.l1, CLOSE_CHANNEL); in open_dchannel() [all …]
|
H A D | hfcsusb.c | 318 ret = l1_event(dch->l1, hh->prim); in hfcusb_l2l1D() 353 ret = l1_event(dch->l1, hh->prim); in hfcusb_l2l1D() 589 l1_event(dch->l1, HW_RESET_IND); in ph_state_te() 592 l1_event(dch->l1, HW_DEACT_IND); in ph_state_te() 596 l1_event(dch->l1, ANYSIGNAL); in ph_state_te() 599 l1_event(dch->l1, INFO2); in ph_state_te() 602 l1_event(dch->l1, INFO4_P8); in ph_state_te() 1762 l1_event(hw->dch.l1, CLOSE_CHANNEL); in release_hw()
|
H A D | hfcmulti.c | 3216 l1_event(dch->l1, HW_POWERUP_IND); in hfcm_l1callback() 3355 ret = l1_event(dch->l1, hh->prim); in handle_dmsg() 3405 ret = l1_event(dch->l1, hh->prim); in handle_dmsg() 3751 l1_event(dch->l1, HW_RESET_IND); in ph_state_change() 3754 l1_event(dch->l1, HW_DEACT_IND); in ph_state_change() 3758 l1_event(dch->l1, ANYSIGNAL); in ph_state_change() 3761 l1_event(dch->l1, INFO2); in ph_state_change() 3764 l1_event(dch->l1, INFO4_P8); in ph_state_change() 4035 l1_event(dch->l1, CLOSE_CHANNEL); in open_dchannel() 4130 ret = l1_event(dch->l1, HW_TIMER3_VALUE | (cq->p1 & 0xff)); in channel_dctrl() [all …]
|
/openbmc/linux/include/linux/ |
H A D | mISDNhw.h | 136 extern int l1_event(struct layer1 *, u_int);
|
/openbmc/linux/drivers/isdn/mISDN/ |
H A D | layer1.c | 308 l1_event(struct layer1 *l1, u_int event) in l1_event() function 371 EXPORT_SYMBOL(l1_event);
|