Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/isdn/hardware/mISDN/
Dhfcsusb.c426 hfcsusb_start_endpoint(hw, HFC_CHAN_D); in open_dchannel()
548 hfcsusb_stop_endpoint(hw, HFC_CHAN_D); in hfc_dctrl()
1601 if ((channel == HFC_CHAN_D) && (hw->fifos[HFCUSB_D_RX].active)) in hfcsusb_start_endpoint()
1617 case HFC_CHAN_D: in hfcsusb_start_endpoint()
1646 case HFC_CHAN_D: in hfcsusb_start_endpoint()
1669 if ((channel == HFC_CHAN_D) && (!hw->fifos[HFCUSB_D_RX].active)) in hfcsusb_stop_endpoint()
1754 hfcsusb_stop_endpoint(hw, HFC_CHAN_D); in release_hw()
Dhfcsusb.h171 #define HFC_CHAN_D 2 macro