Lines Matching refs:dma_tx_channel
405 struct dma_chan *dma_tx_channel; member
813 dma_unmap_sg(pl022->dma_tx_channel->device->dev, pl022->sgt_tx.sgl, in unmap_free_dma_scatter()
949 struct dma_chan *txchan = pl022->dma_tx_channel; in configure_dma()
1142 pl022->dma_tx_channel = dma_request_channel(mask, in pl022_dma_probe()
1145 if (!pl022->dma_tx_channel) { in pl022_dma_probe()
1156 dma_chan_name(pl022->dma_tx_channel)); in pl022_dma_probe()
1161 dma_release_channel(pl022->dma_tx_channel); in pl022_dma_probe()
1192 pl022->dma_tx_channel = chan; in pl022_dma_autoprobe()
1203 dma_release_channel(pl022->dma_tx_channel); in pl022_dma_autoprobe()
1204 pl022->dma_tx_channel = NULL; in pl022_dma_autoprobe()
1215 struct dma_chan *txchan = pl022->dma_tx_channel; in terminate_dma()
1227 if (pl022->dma_tx_channel) in pl022_dma_remove()
1228 dma_release_channel(pl022->dma_tx_channel); in pl022_dma_remove()