Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/isdn/hardware/mISDN/
Dhfcsusb.c443 hfcsusb_start_endpoint(hw, HFC_CHAN_E); in open_dchannel()
562 hfcsusb_stop_endpoint(hw, HFC_CHAN_E); in hfc_dctrl()
1614 if ((channel == HFC_CHAN_E) && (hw->fifos[HFCUSB_PCM_RX].active)) in hfcsusb_start_endpoint()
1630 case HFC_CHAN_E: in hfcsusb_start_endpoint()
1682 if ((channel == HFC_CHAN_E) && (!hw->fifos[HFCUSB_PCM_RX].active)) in hfcsusb_stop_endpoint()
1694 if (channel != HFC_CHAN_E) in hfcsusb_stop_endpoint()
1755 hfcsusb_stop_endpoint(hw, HFC_CHAN_E); in release_hw()
Dhfcsusb.h171 #define HFC_CHAN_E 3 macro