Lines Matching refs:dma_tx_channel
390 struct dma_chan *dma_tx_channel; member
798 dma_unmap_sg(pl022->dma_tx_channel->device->dev, pl022->sgt_tx.sgl, in unmap_free_dma_scatter()
933 struct dma_chan *txchan = pl022->dma_tx_channel; in configure_dma()
1126 pl022->dma_tx_channel = dma_request_channel(mask, in pl022_dma_probe()
1129 if (!pl022->dma_tx_channel) { in pl022_dma_probe()
1140 dma_chan_name(pl022->dma_tx_channel)); in pl022_dma_probe()
1145 dma_release_channel(pl022->dma_tx_channel); in pl022_dma_probe()
1176 pl022->dma_tx_channel = chan; in pl022_dma_autoprobe()
1187 dma_release_channel(pl022->dma_tx_channel); in pl022_dma_autoprobe()
1188 pl022->dma_tx_channel = NULL; in pl022_dma_autoprobe()
1199 struct dma_chan *txchan = pl022->dma_tx_channel; in terminate_dma()
1211 if (pl022->dma_tx_channel) in pl022_dma_remove()
1212 dma_release_channel(pl022->dma_tx_channel); in pl022_dma_remove()