Home
last modified time | relevance | path

Searched refs:HFC_CHAN_E (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/isdn/hardware/mISDN/
Dhfcsusb.c430 hfcsusb_start_endpoint(hw, HFC_CHAN_E); in open_dchannel()
549 hfcsusb_stop_endpoint(hw, HFC_CHAN_E); in hfc_dctrl()
1606 if ((channel == HFC_CHAN_E) && (hw->fifos[HFCUSB_PCM_RX].active)) in hfcsusb_start_endpoint()
1622 case HFC_CHAN_E: in hfcsusb_start_endpoint()
1674 if ((channel == HFC_CHAN_E) && (!hw->fifos[HFCUSB_PCM_RX].active)) in hfcsusb_stop_endpoint()
1686 if (channel != HFC_CHAN_E) in hfcsusb_stop_endpoint()
1757 hfcsusb_stop_endpoint(hw, HFC_CHAN_E); in release_hw()
Dhfcsusb.h172 #define HFC_CHAN_E 3 macro