Lines Matching refs:tx_channel
284 hw_ep->tx_channel ? "dma" : "pio"); in musb_start_urb()
286 if (!hw_ep->tx_channel) in musb_start_urb()
383 if (ep->tx_channel) { in musb_advance_schedule()
384 dma->channel_release(ep->tx_channel); in musb_advance_schedule()
385 ep->tx_channel = NULL; in musb_advance_schedule()
621 struct dma_channel *channel = hw_ep->tx_channel; in musb_tx_dma_program()
669 hw_ep->tx_channel = NULL; in musb_tx_dma_program()
709 dma_channel = is_out ? hw_ep->tx_channel : hw_ep->rx_channel; in musb_ep_program()
714 hw_ep->tx_channel = dma_channel; in musb_ep_program()
1129 dma = is_dma_capable() ? hw_ep->tx_channel : NULL; in musb_host_tx()
2138 dma = is_in ? ep->rx_channel : ep->tx_channel;