Home
last modified time | relevance | path

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

/linux/drivers/ata/
A 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()
980 if (drv_data->dma_rx_channel && drv_data->dma_tx_channel) { in ep93xx_pata_probe()
/linux/drivers/slimbus/
A Dqcom-ngd-ctrl.c157 struct dma_chan *dma_tx_channel; member
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()
1071 dma_release_channel(ctrl->dma_tx_channel); in qcom_slim_ngd_exit_dma()
[all …]
/linux/drivers/spi/
A Dspi-pl022.c393 struct dma_chan *dma_tx_channel; member
927 struct dma_chan *txchan = pl022->dma_tx_channel; in configure_dma()
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()
1193 struct dma_chan *txchan = pl022->dma_tx_channel; in terminate_dma()
1205 if (pl022->dma_tx_channel) in pl022_dma_remove()
[all …]
/linux/include/linux/mfd/
A Ddavinci_voicecodec.h81 u32 dma_tx_channel; member
/linux/drivers/mfd/
A Ddavinci_voicecodec.c73 davinci_vc->davinci_vcif.dma_tx_channel = res->start; in davinci_vc_probe()
/linux/sound/soc/ti/
A Ddavinci-vcif.c206 &davinci_vc->davinci_vcif.dma_tx_channel; in davinci_vcif_probe()

Completed in 24 milliseconds