Home
last modified time | relevance | path

Searched refs:dma_release_channel (Results 1 – 25 of 82) sorted by relevance

1234

/linux/drivers/crypto/ti/
H A Ddthev2-common.c121 dma_release_channel(dev_data->dma_sha_tx); in dthe_dma_init()
123 dma_release_channel(dev_data->dma_aes_tx); in dthe_dma_init()
125 dma_release_channel(dev_data->dma_aes_rx); in dthe_dma_init()
188 dma_release_channel(dev_data->dma_aes_rx); in dthe_probe()
189 dma_release_channel(dev_data->dma_aes_tx); in dthe_probe()
190 dma_release_channel(dev_data->dma_sha_tx); in dthe_probe()
211 dma_release_channel(dev_data->dma_aes_rx); in dthe_remove()
212 dma_release_channel(dev_data->dma_aes_tx); in dthe_remove()
213 dma_release_channel(dev_data->dma_sha_tx); in dthe_remove()
/linux/drivers/crypto/qce/
H A Ddma.c16 dma_release_channel(dma->txchan); in qce_dma_release()
17 dma_release_channel(dma->rxchan); in qce_dma_release()
49 dma_release_channel(dma->rxchan); in devm_qce_dma_request()
51 dma_release_channel(dma->txchan); in devm_qce_dma_request()
/linux/drivers/mmc/host/
H A Drenesas_sdhi_sys_dmac.c216 dma_release_channel(chan); in renesas_sdhi_sys_dmac_start_dma_rx()
221 dma_release_channel(chan); in renesas_sdhi_sys_dmac_start_dma_rx()
292 dma_release_channel(chan); in renesas_sdhi_sys_dmac_start_dma_tx()
297 dma_release_channel(chan); in renesas_sdhi_sys_dmac_start_dma_tx()
415 dma_release_channel(host->chan_rx); in renesas_sdhi_sys_dmac_request_dma()
419 dma_release_channel(host->chan_tx); in renesas_sdhi_sys_dmac_request_dma()
429 dma_release_channel(chan); in renesas_sdhi_sys_dmac_release_dma()
435 dma_release_channel(chan); in renesas_sdhi_sys_dmac_release_dma()
H A Dsh_mmcif.c317 dma_release_channel(chan); in sh_mmcif_start_dma_rx()
322 dma_release_channel(chan); in sh_mmcif_start_dma_rx()
367 dma_release_channel(chan); in sh_mmcif_start_dma_tx()
372 dma_release_channel(chan); in sh_mmcif_start_dma_tx()
454 dma_release_channel(host->chan_tx); in sh_mmcif_request_dma()
456 dma_release_channel(host->chan_rx); in sh_mmcif_request_dma()
467 dma_release_channel(chan); in sh_mmcif_release_dma()
472 dma_release_channel(chan); in sh_mmcif_release_dma()
/linux/sound/soc/fsl/
H A Dfsl_asrc_dma.c247 dma_release_channel(tmp_chan); in fsl_asrc_dma_hw_params()
255 dma_release_channel(tmp_chan); in fsl_asrc_dma_hw_params()
336 dma_release_channel(pair->dma_chan[dir]); in fsl_asrc_dma_hw_params()
352 dma_release_channel(pair->dma_chan[!dir]); in fsl_asrc_dma_hw_free()
356 dma_release_channel(pair->dma_chan[dir]); in fsl_asrc_dma_hw_free()
429 dma_release_channel(tmp_chan); in fsl_asrc_dma_startup()
511 dma_release_channel(chan); in fsl_asrc_dma_pcm_new()
H A Dfsl_asrc_m2m.c522 dma_release_channel(pair->dma_chan[IN]); in fsl_asrc_m2m_comp_task_create()
564 dma_release_channel(pair->dma_chan[IN]); in fsl_asrc_m2m_comp_task_free()
566 dma_release_channel(pair->dma_chan[OUT]); in fsl_asrc_m2m_comp_task_free()
/linux/drivers/crypto/starfive/
H A Djh7110-cryp.c72 dma_release_channel(cryp->tx); in starfive_dma_init()
82 dma_release_channel(cryp->tx); in starfive_dma_cleanup()
83 dma_release_channel(cryp->rx); in starfive_dma_cleanup()
/linux/drivers/tty/serial/8250/
H A D8250_dma.c312 dma_release_channel(dma->txchan); in serial8250_request_dma()
314 dma_release_channel(dma->rxchan); in serial8250_request_dma()
331 dma_release_channel(dma->rxchan); in serial8250_release_dma()
338 dma_release_channel(dma->txchan); in serial8250_release_dma()
/linux/drivers/spi/
H A Dspi-dw-dma.c158 dma_release_channel(dws->txchan); in dw_spi_dma_init_mfld()
161 dma_release_channel(dws->rxchan); in dw_spi_dma_init_mfld()
200 dma_release_channel(dws->txchan); in dw_spi_dma_init_generic()
203 dma_release_channel(dws->rxchan); in dw_spi_dma_init_generic()
213 dma_release_channel(dws->txchan); in dw_spi_dma_exit()
218 dma_release_channel(dws->rxchan); in dw_spi_dma_exit()
H A Dspi-uniphier.c749 dma_release_channel(host->dma_rx); in uniphier_spi_probe()
753 dma_release_channel(host->dma_tx); in uniphier_spi_probe()
767 dma_release_channel(host->dma_tx); in uniphier_spi_remove()
769 dma_release_channel(host->dma_rx); in uniphier_spi_remove()
H A Dspi-sh-msiof.c1088 dma_release_channel(chan); in sh_msiof_request_dma_chan()
1163 dma_release_channel(ctlr->dma_rx); in sh_msiof_request_dma()
1165 dma_release_channel(ctlr->dma_tx); in sh_msiof_request_dma()
1183 dma_release_channel(ctlr->dma_rx); in sh_msiof_release_dma()
1184 dma_release_channel(ctlr->dma_tx); in sh_msiof_release_dma()
H A Dspi-spacemit-k1.c635 dma_release_channel(host->dma_tx); in k1_spi_dma_setup()
657 dma_release_channel(host->dma_rx); in k1_spi_dma_cleanup()
659 dma_release_channel(host->dma_tx); in k1_spi_dma_cleanup()
/linux/drivers/media/pci/mgb4/
H A Dmgb4_dma.c117 dma_release_channel(mgbdev->c2h_chan[i].chan); in mgb4_dma_channel_free()
121 dma_release_channel(mgbdev->h2c_chan[i].chan); in mgb4_dma_channel_free()
/linux/sound/soc/sprd/
H A Dsprd-pcm-compress.c260 dma_release_channel(dma->chan); in sprd_platform_compr_dma_config()
322 dma_release_channel(stream->dma[0].chan); in sprd_platform_compr_open()
324 dma_release_channel(stream->dma[1].chan); in sprd_platform_compr_open()
417 dma_release_channel(dma->chan);
/linux/drivers/mtd/nand/
H A Dqpic_common.c653 dma_release_channel(nandc->tx_chan); in qcom_nandc_unalloc()
656 dma_release_channel(nandc->rx_chan); in qcom_nandc_unalloc()
659 dma_release_channel(nandc->cmd_chan); in qcom_nandc_unalloc()
662 dma_release_channel(nandc->chan); in qcom_nandc_unalloc()
/linux/drivers/iio/buffer/
H A Dindustrialio-buffer-dmaengine.c321 dma_release_channel(chan); in iio_dmaengine_buffer_teardown()
379 dma_release_channel(chan); in iio_dmaengine_buffer_setup_ext()
/linux/drivers/media/platform/ti/omap/
H A Domap_vout_vrfb.c144 dma_release_channel(vout->vrfb_dma_tx.chan); in omap_vout_setup_vrfb_bufs()
189 dma_release_channel(vout->vrfb_dma_tx.chan); in omap_vout_release_vrfb()
/linux/drivers/usb/musb/
H A Dux500_dma.c252 dma_release_channel(ux500_channel->dma_chan); in ux500_dma_controller_stop()
262 dma_release_channel(ux500_channel->dma_chan); in ux500_dma_controller_stop()
/linux/arch/powerpc/platforms/512x/
H A Dmpc512x_lpbfifo.c474 dma_release_channel(lpbfifo.chan); in mpc512x_lpbfifo_probe()
494 dma_release_channel(lpbfifo.chan); in mpc512x_lpbfifo_remove()
/linux/drivers/mtd/nand/raw/
H A Dlpc32xx_mlc.c624 dma_release_channel(host->dma_chan); in lpc32xx_dma_setup()
827 dma_release_channel(host->dma_chan); in lpc32xx_nand_probe()
854 dma_release_channel(host->dma_chan); in lpc32xx_nand_remove()
/linux/drivers/media/platform/ti/omap3isp/
H A Disphist.c522 dma_release_channel(hist->dma_ch); in omap3isp_hist_init()
537 dma_release_channel(hist->dma_ch); in omap3isp_hist_cleanup()
/linux/sound/soc/tegra/
H A Dtegra_pcm.c115 dma_release_channel(chan); in tegra_pcm_open()
/linux/drivers/soc/tegra/fuse/
H A Dfuse-tegra20.c101 dma_release_channel(fuse->apbdma.chan); in tegra20_fuse_release_channel()
/linux/drivers/i2c/busses/
H A Di2c-sh_mobile.c500 dma_release_channel(chan); in sh_mobile_i2c_request_dma_chan()
816 dma_release_channel(pd->dma_tx); in sh_mobile_i2c_release_dma()
821 dma_release_channel(pd->dma_rx); in sh_mobile_i2c_release_dma()
/linux/drivers/ata/
H A Dpata_ep93xx.c633 dma_release_channel(drv_data->dma_rx_channel); in ep93xx_pata_release_dma()
637 dma_release_channel(drv_data->dma_tx_channel); in ep93xx_pata_release_dma()
703 dma_release_channel(drv_data->dma_rx_channel); in ep93xx_pata_dma_init()

1234