Lines Matching refs:dma_tx_channel
393 struct dma_chan *dma_tx_channel; member
792 dma_unmap_sg(pl022->dma_tx_channel->device->dev, pl022->sgt_tx.sgl, in unmap_free_dma_scatter()
927 struct dma_chan *txchan = pl022->dma_tx_channel; in configure_dma()
1120 pl022->dma_tx_channel = dma_request_channel(mask, in pl022_dma_probe()
1123 if (!pl022->dma_tx_channel) { in pl022_dma_probe()
1134 dma_chan_name(pl022->dma_tx_channel)); in pl022_dma_probe()
1139 dma_release_channel(pl022->dma_tx_channel); in pl022_dma_probe()
1170 pl022->dma_tx_channel = chan; in pl022_dma_autoprobe()
1181 dma_release_channel(pl022->dma_tx_channel); in pl022_dma_autoprobe()
1182 pl022->dma_tx_channel = NULL; in pl022_dma_autoprobe()
1193 struct dma_chan *txchan = pl022->dma_tx_channel; in terminate_dma()
1205 if (pl022->dma_tx_channel) in pl022_dma_remove()
1206 dma_release_channel(pl022->dma_tx_channel); in pl022_dma_remove()