Home
last modified time | relevance | path

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

/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c429 hfcsusb_start_endpoint(hw, HFC_CHAN_D); in open_dchannel()
551 hfcsusb_stop_endpoint(hw, HFC_CHAN_D); in hfc_dctrl()
1603 if ((channel == HFC_CHAN_D) && (hw->fifos[HFCUSB_D_RX].active)) in hfcsusb_start_endpoint()
1619 case HFC_CHAN_D: in hfcsusb_start_endpoint()
1648 case HFC_CHAN_D: in hfcsusb_start_endpoint()
1671 if ((channel == HFC_CHAN_D) && (!hw->fifos[HFCUSB_D_RX].active)) in hfcsusb_stop_endpoint()
1756 hfcsusb_stop_endpoint(hw, HFC_CHAN_D); in release_hw()
H A Dhfcsusb.h171 #define HFC_CHAN_D 2 macro