Home
last modified time | relevance | path

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

/drivers/isdn/hardware/mISDN/
Dhfcsusb.c438 hfcsusb_start_endpoint(hw, HFC_CHAN_D); in open_dchannel()
560 hfcsusb_stop_endpoint(hw, HFC_CHAN_D); in hfc_dctrl()
1609 if ((channel == HFC_CHAN_D) && (hw->fifos[HFCUSB_D_RX].active)) in hfcsusb_start_endpoint()
1625 case HFC_CHAN_D: in hfcsusb_start_endpoint()
1654 case HFC_CHAN_D: in hfcsusb_start_endpoint()
1677 if ((channel == HFC_CHAN_D) && (!hw->fifos[HFCUSB_D_RX].active)) in hfcsusb_stop_endpoint()
1762 hfcsusb_stop_endpoint(hw, HFC_CHAN_D); in release_hw()
Dhfcsusb.h170 #define HFC_CHAN_D 2 macro