Lines Matching refs:tx_channel
291 hw_ep->tx_channel ? "dma" : "pio"); in musb_start_urb()
293 if (!hw_ep->tx_channel) in musb_start_urb()
388 if (ep->tx_channel) { in musb_advance_schedule()
389 dma->channel_release(ep->tx_channel); in musb_advance_schedule()
390 ep->tx_channel = NULL; in musb_advance_schedule()
622 struct dma_channel *channel = hw_ep->tx_channel; in musb_tx_dma_program()
680 hw_ep->tx_channel = NULL; in musb_tx_dma_program()
724 hw_ep->tx_channel = NULL; in musb_ep_program()
730 dma_channel = is_out ? hw_ep->tx_channel : hw_ep->rx_channel; in musb_ep_program()
735 hw_ep->tx_channel = dma_channel; in musb_ep_program()
959 dma = is_dma_capable() ? ep->tx_channel : NULL; in musb_bulk_nak_timeout()
1246 dma = is_dma_capable() ? hw_ep->tx_channel : NULL; in musb_host_tx()
2249 dma = is_in ? ep->rx_channel : ep->tx_channel; in musb_cleanup_urb()