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()980 if (drv_data->dma_rx_channel && drv_data->dma_tx_channel) { in ep93xx_pata_probe()
153 struct dma_chan *dma_tx_channel; member573 desc->desc = dmaengine_prep_slave_single(ctrl->dma_tx_channel, in qcom_slim_ngd_tx_msg_post()586 dma_async_issue_pending(ctrl->dma_tx_channel); in qcom_slim_ngd_tx_msg_post()706 ctrl->dma_tx_channel = dma_request_slave_channel(dev, "tx"); in qcom_slim_ngd_init_tx_msgq()707 if (!ctrl->dma_tx_channel) { in qcom_slim_ngd_init_tx_msgq()728 dma_release_channel(ctrl->dma_tx_channel); in qcom_slim_ngd_init_tx_msgq()1050 if (ctrl->dma_tx_channel) { in qcom_slim_ngd_exit_dma()1051 dmaengine_terminate_sync(ctrl->dma_tx_channel); in qcom_slim_ngd_exit_dma()1052 dma_release_channel(ctrl->dma_tx_channel); in qcom_slim_ngd_exit_dma()1055 ctrl->dma_tx_channel = ctrl->dma_rx_channel = NULL; in qcom_slim_ngd_exit_dma()
390 struct dma_chan *dma_tx_channel; member798 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()[all …]
81 u32 dma_tx_channel; member
73 davinci_vc->davinci_vcif.dma_tx_channel = res->start; in davinci_vc_probe()
206 &davinci_vc->davinci_vcif.dma_tx_channel; in davinci_vcif_probe()