Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/isdn/hardware/mISDN/
Dhfcsusb.c430 hfcsusb_start_endpoint(hw, HFC_CHAN_D); in open_dchannel()
552 hfcsusb_stop_endpoint(hw, HFC_CHAN_D); in hfc_dctrl()
1604 if ((channel == HFC_CHAN_D) && (hw->fifos[HFCUSB_D_RX].active)) in hfcsusb_start_endpoint()
1620 case HFC_CHAN_D: in hfcsusb_start_endpoint()
1649 case HFC_CHAN_D: in hfcsusb_start_endpoint()
1672 if ((channel == HFC_CHAN_D) && (!hw->fifos[HFCUSB_D_RX].active)) in hfcsusb_stop_endpoint()
1757 hfcsusb_stop_endpoint(hw, HFC_CHAN_D); in release_hw()
Dhfcsusb.h171 #define HFC_CHAN_D 2 macro