Lines Matching refs:tx_channel
303 hw_ep->tx_channel ? "dma" : "pio"); in musb_start_urb()
305 if (!hw_ep->tx_channel) in musb_start_urb()
400 if (ep->tx_channel) { in musb_advance_schedule()
401 dma->channel_release(ep->tx_channel); in musb_advance_schedule()
402 ep->tx_channel = NULL; in musb_advance_schedule()
635 struct dma_channel *channel = hw_ep->tx_channel; in musb_tx_dma_set_mode_mentor()
679 struct dma_channel *channel = hw_ep->tx_channel; in musb_tx_dma_set_mode_cppi_tusb()
699 struct dma_channel *channel = hw_ep->tx_channel; in musb_tx_dma_program()
727 hw_ep->tx_channel = NULL; in musb_tx_dma_program()
771 hw_ep->tx_channel = NULL; in musb_ep_program()
777 dma_channel = is_out ? hw_ep->tx_channel : hw_ep->rx_channel; in musb_ep_program()
782 hw_ep->tx_channel = dma_channel; in musb_ep_program()
1006 dma = is_dma_capable() ? ep->tx_channel : NULL; in musb_bulk_nak_timeout()
1296 dma = is_dma_capable() ? hw_ep->tx_channel : NULL; in musb_host_tx()
1554 struct dma_channel *channel = hw_ep->tx_channel; in musb_rx_dma_iso_cppi41()
2396 dma = is_in ? ep->rx_channel : ep->tx_channel; in musb_cleanup_urb()