Home
last modified time | relevance | path

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

/linux/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c435 hfcsusb_start_endpoint(hw, HFC_CHAN_E); in open_dchannel()
554 hfcsusb_stop_endpoint(hw, HFC_CHAN_E); in hfc_dctrl()
1610 if ((channel == HFC_CHAN_E) && (hw->fifos[HFCUSB_PCM_RX].active)) in hfcsusb_start_endpoint()
1626 case HFC_CHAN_E: in hfcsusb_start_endpoint()
1678 if ((channel == HFC_CHAN_E) && (!hw->fifos[HFCUSB_PCM_RX].active)) in hfcsusb_stop_endpoint()
1690 if (channel != HFC_CHAN_E) in hfcsusb_stop_endpoint()
1761 hfcsusb_stop_endpoint(hw, HFC_CHAN_E); in release_hw()
H A Dhfcsusb.h172 #define HFC_CHAN_E 3 macro