Lines Matching refs:dma_tx_channel
394 struct dma_chan *dma_tx_channel; member
801 dma_unmap_sg(pl022->dma_tx_channel->device->dev, pl022->sgt_tx.sgl, in unmap_free_dma_scatter()
936 struct dma_chan *txchan = pl022->dma_tx_channel; in configure_dma()
1129 pl022->dma_tx_channel = dma_request_channel(mask, in pl022_dma_probe()
1132 if (!pl022->dma_tx_channel) { in pl022_dma_probe()
1143 dma_chan_name(pl022->dma_tx_channel)); in pl022_dma_probe()
1148 dma_release_channel(pl022->dma_tx_channel); in pl022_dma_probe()
1179 pl022->dma_tx_channel = chan; in pl022_dma_autoprobe()
1190 dma_release_channel(pl022->dma_tx_channel); in pl022_dma_autoprobe()
1191 pl022->dma_tx_channel = NULL; in pl022_dma_autoprobe()
1202 struct dma_chan *txchan = pl022->dma_tx_channel; in terminate_dma()
1214 if (pl022->dma_tx_channel) in pl022_dma_remove()
1215 dma_release_channel(pl022->dma_tx_channel); in pl022_dma_remove()