Searched refs:dma_tx_channel (Results 1 – 6 of 6) sorted by relevance
138 struct dma_chan *dma_tx_channel; member633 if (drv_data->dma_tx_channel) { in ep93xx_pata_release_dma()634 dma_release_channel(drv_data->dma_tx_channel); in ep93xx_pata_release_dma()635 drv_data->dma_tx_channel = NULL; in ep93xx_pata_release_dma()673 drv_data->dma_tx_channel = dma_request_channel(mask, in ep93xx_pata_dma_init()675 if (!drv_data->dma_tx_channel) { in ep93xx_pata_dma_init()696 if (dmaengine_slave_config(drv_data->dma_tx_channel, &conf)) { in ep93xx_pata_dma_init()710 ? drv_data->dma_tx_channel : drv_data->dma_rx_channel; in ep93xx_pata_dma_start()750 dmaengine_terminate_all(drv_data->dma_tx_channel); in ep93xx_pata_dma_stop()981 if (drv_data->dma_rx_channel && drv_data->dma_tx_channel) { in ep93xx_pata_probe()
334 host->dma_tx_channel = dma_request_channel(mask, in mmci_dma_setup()337 if (!host->dma_tx_channel) in mmci_dma_setup()340 host->dma_tx_channel = host->dma_rx_channel; in mmci_dma_setup()348 if (host->dma_tx_channel) in mmci_dma_setup()349 txname = dma_chan_name(host->dma_tx_channel); in mmci_dma_setup()360 if (host->dma_tx_channel) { in mmci_dma_setup()361 struct device *dev = host->dma_tx_channel->device->dev; in mmci_dma_setup()386 if (host->dma_tx_channel && plat->dma_tx_param) in mmci_dma_release()387 dma_release_channel(host->dma_tx_channel); in mmci_dma_release()388 host->dma_rx_channel = host->dma_tx_channel = NULL; in mmci_dma_release()[all …]
207 struct dma_chan *dma_tx_channel; member
396 struct dma_chan *dma_tx_channel; member782 dma_unmap_sg(pl022->dma_tx_channel->device->dev, pl022->sgt_tx.sgl, in unmap_free_dma_scatter()918 struct dma_chan *txchan = pl022->dma_tx_channel; in configure_dma()1111 pl022->dma_tx_channel = dma_request_channel(mask, in pl022_dma_probe()1114 if (!pl022->dma_tx_channel) { in pl022_dma_probe()1127 dma_chan_name(pl022->dma_tx_channel)); in pl022_dma_probe()1132 dma_release_channel(pl022->dma_tx_channel); in pl022_dma_probe()1151 pl022->dma_tx_channel = dma_request_slave_channel(dev, "tx"); in pl022_dma_autoprobe()1152 if (!pl022->dma_tx_channel) in pl022_dma_autoprobe()1162 dma_release_channel(pl022->dma_tx_channel); in pl022_dma_autoprobe()[all …]
101 davinci_vc->davinci_vcif.dma_tx_channel = res->start; in davinci_vc_probe()
341 int dma_tx_channel; member823 msm_dmov_enqueue_cmd(msm_uport->dma_tx_channel, &tx->xfer); in msm_hs_submit_tx_locked()1670 msm_uport->dma_tx_channel = resource->start; in msm_hs_probe()