Home
last modified time | relevance | path

Searched refs:dma_tx_channel (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/ata/
Dpata_ep93xx.c138 struct dma_chan *dma_tx_channel; member
633 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()
979 if (drv_data->dma_rx_channel && drv_data->dma_tx_channel) { in ep93xx_pata_probe()
/linux-5.19.10/drivers/slimbus/
Dqcom-ngd-ctrl.c157 struct dma_chan *dma_tx_channel; member
584 desc->desc = dmaengine_prep_slave_single(ctrl->dma_tx_channel, in qcom_slim_ngd_tx_msg_post()
597 dma_async_issue_pending(ctrl->dma_tx_channel); in qcom_slim_ngd_tx_msg_post()
718 ctrl->dma_tx_channel = dma_request_chan(dev, "tx"); in qcom_slim_ngd_init_tx_msgq()
719 if (IS_ERR(ctrl->dma_tx_channel)) { in qcom_slim_ngd_init_tx_msgq()
721 ret = PTR_ERR(ctrl->dma_tx_channel); in qcom_slim_ngd_init_tx_msgq()
722 ctrl->dma_tx_channel = NULL; in qcom_slim_ngd_init_tx_msgq()
741 dma_release_channel(ctrl->dma_tx_channel); in qcom_slim_ngd_init_tx_msgq()
1069 if (ctrl->dma_tx_channel) { in qcom_slim_ngd_exit_dma()
1070 dmaengine_terminate_sync(ctrl->dma_tx_channel); in qcom_slim_ngd_exit_dma()
[all …]
/linux-5.19.10/drivers/spi/
Dspi-pl022.c393 struct dma_chan *dma_tx_channel; member
792 dma_unmap_sg(pl022->dma_tx_channel->device->dev, pl022->sgt_tx.sgl, in unmap_free_dma_scatter()
927 struct dma_chan *txchan = pl022->dma_tx_channel; in configure_dma()
1120 pl022->dma_tx_channel = dma_request_channel(mask, in pl022_dma_probe()
1123 if (!pl022->dma_tx_channel) { in pl022_dma_probe()
1134 dma_chan_name(pl022->dma_tx_channel)); in pl022_dma_probe()
1139 dma_release_channel(pl022->dma_tx_channel); in pl022_dma_probe()
1170 pl022->dma_tx_channel = chan; in pl022_dma_autoprobe()
1181 dma_release_channel(pl022->dma_tx_channel); in pl022_dma_autoprobe()
1182 pl022->dma_tx_channel = NULL; in pl022_dma_autoprobe()
[all …]
/linux-5.19.10/include/linux/mfd/
Ddavinci_voicecodec.h81 u32 dma_tx_channel; member
/linux-5.19.10/drivers/mfd/
Ddavinci_voicecodec.c71 davinci_vc->davinci_vcif.dma_tx_channel = res->start; in davinci_vc_probe()
/linux-5.19.10/sound/soc/ti/
Ddavinci-vcif.c206 &davinci_vc->davinci_vcif.dma_tx_channel; in davinci_vcif_probe()