Searched refs:dma_tx_channel (Results 1 – 7 of 7) sorted by relevance
137 struct dma_chan *dma_tx_channel; member632 if (drv_data->dma_tx_channel) { in ep93xx_pata_release_dma()633 dma_release_channel(drv_data->dma_tx_channel); in ep93xx_pata_release_dma()634 drv_data->dma_tx_channel = NULL; in ep93xx_pata_release_dma()672 drv_data->dma_tx_channel = dma_request_channel(mask, in ep93xx_pata_dma_init()674 if (!drv_data->dma_tx_channel) { in ep93xx_pata_dma_init()695 if (dmaengine_slave_config(drv_data->dma_tx_channel, &conf)) { in ep93xx_pata_dma_init()709 ? drv_data->dma_tx_channel : drv_data->dma_rx_channel; in ep93xx_pata_dma_start()749 dmaengine_terminate_all(drv_data->dma_tx_channel); in ep93xx_pata_dma_stop()980 if (drv_data->dma_rx_channel && drv_data->dma_tx_channel) { in ep93xx_pata_probe()
436 host->dma_tx_channel = dma_request_slave_channel(mmc_dev(host->mmc), "tx"); in mmci_dma_setup()446 if (host->dma_rx_channel && !host->dma_tx_channel) in mmci_dma_setup()447 host->dma_tx_channel = host->dma_rx_channel; in mmci_dma_setup()454 if (host->dma_tx_channel) in mmci_dma_setup()455 txname = dma_chan_name(host->dma_tx_channel); in mmci_dma_setup()466 if (host->dma_tx_channel) { in mmci_dma_setup()467 struct device *dev = host->dma_tx_channel->device->dev; in mmci_dma_setup()481 if (variant->qcom_dml && host->dma_rx_channel && host->dma_tx_channel) in mmci_dma_setup()494 if (host->dma_tx_channel) in mmci_dma_release()495 dma_release_channel(host->dma_tx_channel); in mmci_dma_release()[all …]
238 struct dma_chan *dma_tx_channel; member
405 struct dma_chan *dma_tx_channel; member813 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()[all …]
96 u32 dma_tx_channel; member
87 davinci_vc->davinci_vcif.dma_tx_channel = res->start; in davinci_vc_probe()
222 &davinci_vc->davinci_vcif.dma_tx_channel; in davinci_vcif_probe()