/linux/drivers/crypto/qce/ |
H A D | dma.c | 16 dma_release_channel(dma->txchan); in qce_dma_release() 17 dma_release_channel(dma->rxchan); in qce_dma_release() 47 dma_release_channel(dma->rxchan); in devm_qce_dma_request() 49 dma_release_channel(dma->txchan); in devm_qce_dma_request()
|
/linux/drivers/i2c/busses/ |
H A D | i2c-stm32.c | 76 dma_release_channel(dma->chan_rx); in stm32_i2c_dma_request() 78 dma_release_channel(dma->chan_tx); in stm32_i2c_dma_request() 90 dma_release_channel(dma->chan_tx); in stm32_i2c_dma_free() 93 dma_release_channel(dma->chan_rx); in stm32_i2c_dma_free()
|
/linux/sound/soc/fsl/ |
H A D | fsl_asrc_dma.c | 245 dma_release_channel(tmp_chan); in fsl_asrc_dma_hw_params() 253 dma_release_channel(tmp_chan); in fsl_asrc_dma_hw_params() 314 dma_release_channel(pair->dma_chan[dir]); in fsl_asrc_dma_hw_params() 330 dma_release_channel(pair->dma_chan[!dir]); in fsl_asrc_dma_hw_free() 334 dma_release_channel(pair->dma_chan[dir]); in fsl_asrc_dma_hw_free() 407 dma_release_channel(tmp_chan); in fsl_asrc_dma_startup()
|
/linux/drivers/crypto/starfive/ |
H A D | jh7110-cryp.c | 78 dma_release_channel(cryp->tx); in starfive_dma_init() 88 dma_release_channel(cryp->tx); in starfive_dma_cleanup() 89 dma_release_channel(cryp->rx); in starfive_dma_cleanup()
|
/linux/drivers/spi/ |
H A D | spi-pxa2xx-dma.c | 203 dma_release_channel(controller->dma_tx); in pxa2xx_spi_dma_setup() 217 dma_release_channel(controller->dma_rx); in pxa2xx_spi_dma_release() 222 dma_release_channel(controller->dma_tx); in pxa2xx_spi_dma_release()
|
H A D | spi-dw-dma.c | 158 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 D | spi-img-spfi.c | 632 dma_release_channel(spfi->tx_ch); in img_spfi_probe() 634 dma_release_channel(spfi->rx_ch); in img_spfi_probe() 656 dma_release_channel(spfi->rx_ch); in img_spfi_probe() 658 dma_release_channel(spfi->tx_ch); in img_spfi_probe() 674 dma_release_channel(spfi->tx_ch); in img_spfi_remove() 676 dma_release_channel(spfi->rx_ch); in img_spfi_remove()
|
H A D | spi-stm32-ospi.c | 287 dma_release_channel(ospi->dma_chrx); in stm32_ospi_dma_setup() 295 dma_release_channel(ospi->dma_chtx); in stm32_ospi_dma_setup() 850 dma_release_channel(ospi->dma_chtx); in stm32_ospi_get_resources() 852 dma_release_channel(ospi->dma_chrx); in stm32_ospi_get_resources() 956 dma_release_channel(ospi->dma_chtx); in stm32_ospi_probe() 958 dma_release_channel(ospi->dma_chrx); in stm32_ospi_probe() 978 dma_release_channel(ospi->dma_chtx); in stm32_ospi_remove() 980 dma_release_channel(ospi->dma_chrx); in stm32_ospi_remove()
|
H A D | spi-at91-usart.c | 175 dma_release_channel(ctlr->dma_tx); in at91_usart_spi_configure_dma() 177 dma_release_channel(ctlr->dma_rx); in at91_usart_spi_configure_dma() 188 dma_release_channel(ctlr->dma_rx); in at91_usart_spi_release_dma() 190 dma_release_channel(ctlr->dma_tx); in at91_usart_spi_release_dma()
|
H A D | spi-davinci.c | 759 dma_release_channel(dspi->dma_rx); in davinci_spi_request_dma() 997 dma_release_channel(dspi->dma_rx); in davinci_spi_probe() 998 dma_release_channel(dspi->dma_tx); in davinci_spi_probe() 1029 dma_release_channel(dspi->dma_rx); in davinci_spi_remove() 1030 dma_release_channel(dspi->dma_tx); in davinci_spi_remove()
|
H A D | spi-sun6i.c | 759 dma_release_channel(host->dma_rx); in sun6i_spi_probe() 762 dma_release_channel(host->dma_tx); in sun6i_spi_probe() 775 dma_release_channel(host->dma_tx); in sun6i_spi_remove() 777 dma_release_channel(host->dma_rx); in sun6i_spi_remove()
|
H A D | spi-uniphier.c | 762 dma_release_channel(host->dma_rx); in uniphier_spi_probe() 766 dma_release_channel(host->dma_tx); in uniphier_spi_probe() 784 dma_release_channel(host->dma_tx); in uniphier_spi_remove() 786 dma_release_channel(host->dma_rx); in uniphier_spi_remove()
|
H A D | spi-ep93xx.c | 597 dma_release_channel(espi->dma_rx); in ep93xx_spi_setup_dma() 608 dma_release_channel(espi->dma_rx); in ep93xx_spi_release_dma() 612 dma_release_channel(espi->dma_tx); in ep93xx_spi_release_dma()
|
H A D | spi-rockchip.c | 922 dma_release_channel(ctlr->dma_rx); in rockchip_spi_probe() 925 dma_release_channel(ctlr->dma_tx); in rockchip_spi_probe() 945 dma_release_channel(ctlr->dma_tx); in rockchip_spi_remove() 947 dma_release_channel(ctlr->dma_rx); in rockchip_spi_remove()
|
/linux/drivers/tty/serial/8250/ |
H A D | 8250_dma.c | 296 dma_release_channel(dma->txchan); in serial8250_request_dma() 298 dma_release_channel(dma->rxchan); in serial8250_request_dma() 314 dma_release_channel(dma->rxchan); in serial8250_release_dma() 321 dma_release_channel(dma->txchan); in serial8250_release_dma()
|
/linux/drivers/media/pci/mgb4/ |
H A D | mgb4_dma.c | 117 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/drivers/mmc/host/ |
H A D | moxart-mmc.c | 616 dma_release_channel(host->dma_chan_tx); in moxart_probe() 620 dma_release_channel(host->dma_chan_rx); in moxart_probe() 678 dma_release_channel(host->dma_chan_tx); in moxart_probe() 680 dma_release_channel(host->dma_chan_rx); in moxart_probe() 690 dma_release_channel(host->dma_chan_tx); in moxart_remove() 692 dma_release_channel(host->dma_chan_rx); in moxart_remove()
|
H A D | sh_mmcif.c | 318 dma_release_channel(chan); in sh_mmcif_start_dma_rx() 323 dma_release_channel(chan); in sh_mmcif_start_dma_rx() 368 dma_release_channel(chan); in sh_mmcif_start_dma_tx() 373 dma_release_channel(chan); in sh_mmcif_start_dma_tx() 455 dma_release_channel(host->chan_tx); in sh_mmcif_request_dma() 457 dma_release_channel(host->chan_rx); in sh_mmcif_request_dma() 468 dma_release_channel(chan); in sh_mmcif_release_dma() 473 dma_release_channel(chan); in sh_mmcif_release_dma()
|
H A D | pxamci.c | 769 dma_release_channel(host->dma_chan_rx); in pxamci_probe() 771 dma_release_channel(host->dma_chan_tx); in pxamci_probe() 794 dma_release_channel(host->dma_chan_rx); in pxamci_remove() 795 dma_release_channel(host->dma_chan_tx); in pxamci_remove()
|
/linux/drivers/mtd/nand/ |
H A D | qpic_common.c | 655 dma_release_channel(nandc->tx_chan); in qcom_nandc_unalloc() 658 dma_release_channel(nandc->rx_chan); in qcom_nandc_unalloc() 661 dma_release_channel(nandc->cmd_chan); in qcom_nandc_unalloc() 664 dma_release_channel(nandc->chan); in qcom_nandc_unalloc()
|
/linux/drivers/ata/ |
H A D | pata_pxa.c | 298 dma_release_channel(data->dma_chan); in pxa_ata_probe() 308 dma_release_channel(data->dma_chan); in pxa_ata_remove()
|
/linux/drivers/iio/buffer/ |
H A D | industrialio-buffer-dmaengine.c | 286 dma_release_channel(chan); in iio_dmaengine_buffer_teardown() 344 dma_release_channel(chan); in iio_dmaengine_buffer_setup_ext()
|
/linux/drivers/media/platform/ti/omap/ |
H A D | omap_vout_vrfb.c | 144 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 D | ux500_dma.c | 252 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 D | mpc512x_lpbfifo.c | 474 dma_release_channel(lpbfifo.chan); in mpc512x_lpbfifo_probe() 494 dma_release_channel(lpbfifo.chan); in mpc512x_lpbfifo_remove()
|