Searched refs:HFC_CHAN_E (Results 1 – 2 of 2) sorted by relevance
430 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()
172 #define HFC_CHAN_E 3 macro