Home
last modified time | relevance | path

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

/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c433 if (hw->fifos[HFCUSB_PCM_RX].pipe) { in open_dchannel()
552 if (hw->fifos[HFCUSB_PCM_RX].pipe) in hfc_dctrl()
1609 if ((channel == HFC_CHAN_E) && (hw->fifos[HFCUSB_PCM_RX].active)) in hfcsusb_start_endpoint()
1626 start_isoc_chain(hw->fifos + HFCUSB_PCM_RX, in hfcsusb_start_endpoint()
1677 if ((channel == HFC_CHAN_E) && (!hw->fifos[HFCUSB_PCM_RX].active)) in hfcsusb_stop_endpoint()
1759 if (hw->fifos[HFCUSB_PCM_RX].pipe) in release_hw()
1856 if (hw->fifos[HFCUSB_PCM_RX].pipe) in setup_instance()
1880 hw->fifos[HFCUSB_PCM_RX].ech = &hw->ech; in setup_instance()
H A Dhfcsusb.h81 #define HFCUSB_PCM_RX 7 macro