Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c425 hfcsusb_start_endpoint(hw, HFC_CHAN_D); in open_dchannel()
547 hfcsusb_stop_endpoint(hw, HFC_CHAN_D); in hfc_dctrl()
1599 if ((channel == HFC_CHAN_D) && (hw->fifos[HFCUSB_D_RX].active)) in hfcsusb_start_endpoint()
1615 case HFC_CHAN_D: in hfcsusb_start_endpoint()
1644 case HFC_CHAN_D: in hfcsusb_start_endpoint()
1667 if ((channel == HFC_CHAN_D) && (!hw->fifos[HFCUSB_D_RX].active)) in hfcsusb_stop_endpoint()
1752 hfcsusb_stop_endpoint(hw, HFC_CHAN_D); in release_hw()
H A Dhfcsusb.h171 #define HFC_CHAN_D 2 macro