Home
last modified time | relevance | path

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

/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c434 hfcsusb_start_endpoint(hw, HFC_CHAN_E); in open_dchannel()
553 hfcsusb_stop_endpoint(hw, HFC_CHAN_E); in hfc_dctrl()
1609 if ((channel == HFC_CHAN_E) && (hw->fifos[HFCUSB_PCM_RX].active)) in hfcsusb_start_endpoint()
1625 case HFC_CHAN_E: in hfcsusb_start_endpoint()
1677 if ((channel == HFC_CHAN_E) && (!hw->fifos[HFCUSB_PCM_RX].active)) in hfcsusb_stop_endpoint()
1689 if (channel != HFC_CHAN_E) in hfcsusb_stop_endpoint()
1760 hfcsusb_stop_endpoint(hw, HFC_CHAN_E); in release_hw()
H A Dhfcsusb.h172 #define HFC_CHAN_E 3 macro