Home
last modified time | relevance | path

Searched refs:DMA_CTRL_ACK (Results 1 – 25 of 113) sorted by relevance

12345

/linux/include/linux/
H A Ddmaengine.h206 DMA_CTRL_ACK = (1 << 1), enumerator
1400 tx->flags |= DMA_CTRL_ACK; in async_tx_ack()
1405 tx->flags &= ~DMA_CTRL_ACK; in async_tx_clear_ack()
1410 return (tx->flags & DMA_CTRL_ACK) == DMA_CTRL_ACK; in async_tx_test_ack()
/linux/drivers/tty/serial/8250/
H A D8250_dma.c126 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in serial8250_tx_dma()
163 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in serial8250_rx_dma()
/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-mhi.c347 DMA_CTRL_ACK | DMA_PREP_INTERRUPT); in pci_epf_mhi_edma_read()
418 DMA_CTRL_ACK | DMA_PREP_INTERRUPT); in pci_epf_mhi_edma_write()
521 DMA_CTRL_ACK | DMA_PREP_INTERRUPT); in pci_epf_mhi_edma_read_async()
600 DMA_CTRL_ACK | DMA_PREP_INTERRUPT); in pci_epf_mhi_edma_write_async()
/linux/drivers/crypto/qce/
H A Ddma.c105 unsigned long flags = DMA_PREP_INTERRUPT | DMA_CTRL_ACK; in qce_dma_prep_sgs()
/linux/drivers/mmc/host/
H A Drenesas_sdhi_sys_dmac.c195 DMA_CTRL_ACK); in renesas_sdhi_sys_dmac_start_dma_rx()
271 DMA_CTRL_ACK); in renesas_sdhi_sys_dmac_start_dma_tx()
/linux/drivers/spi/
H A Dspi-pxa2xx-dma.c115 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in pxa2xx_spi_dma_prepare_one()
H A Dspi-dw-dma.c348 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in dw_spi_dma_submit_tx()
449 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in dw_spi_dma_submit_rx()
H A Dspi-at91-usart.c219 DMA_CTRL_ACK); in at91_usart_spi_dma_transfer()
228 DMA_CTRL_ACK); in at91_usart_spi_dma_transfer()
H A Dspi-atmel.c799 DMA_CTRL_ACK); in atmel_spi_next_xfer_dma_submit()
806 DMA_CTRL_ACK); in atmel_spi_next_xfer_dma_submit()
818 DMA_CTRL_ACK); in atmel_spi_next_xfer_dma_submit()
825 DMA_CTRL_ACK); in atmel_spi_next_xfer_dma_submit()
H A Dspi-pic32.c316 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in pic32_spi_dma_transfer()
326 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in pic32_spi_dma_transfer()
H A Dspi-uniphier.c420 DMA_DEV_TO_MEM, DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in uniphier_spi_transfer_one_dma()
447 DMA_MEM_TO_DEV, DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in uniphier_spi_transfer_one_dma()
H A Dspi-davinci.c626 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in davinci_spi_bufs()
642 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in davinci_spi_bufs()
H A Dspi-fsl-lpspi.c589 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in fsl_lpspi_dma_transfer()
601 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in fsl_lpspi_dma_transfer()
/linux/drivers/soc/tegra/fuse/
H A Dfuse-tegra20.c44 unsigned long flags = DMA_PREP_INTERRUPT | DMA_CTRL_ACK; in tegra20_fuse_read()
/linux/sound/soc/sh/
H A Dsiu_pcm.c122 &sg, 1, DMA_MEM_TO_DEV, DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in siu_pcm_wr_set()
172 &sg, 1, DMA_DEV_TO_MEM, DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in siu_pcm_rd_set()
/linux/drivers/mtd/hyperbus/
H A Dhbmc-am654.c77 enum dma_ctrl_flags flags = DMA_CTRL_ACK | DMA_PREP_INTERRUPT; in am654_hbmc_dma_read()
/linux/drivers/dma/
H A Dtegra20-apb-dma.c1139 if (flags & DMA_CTRL_ACK) in tegra_dma_prep_slave_sg()
1140 dma_desc->txd.flags = DMA_CTRL_ACK; in tegra_dma_prep_slave_sg()
1276 if (flags & DMA_CTRL_ACK) in tegra_dma_prep_dma_cyclic()
1277 dma_desc->txd.flags = DMA_CTRL_ACK; in tegra_dma_prep_dma_cyclic()
/linux/drivers/media/platform/xilinx/
H A Dxilinx-dma.c337 flags = DMA_PREP_INTERRUPT | DMA_CTRL_ACK; in xvip_dma_buffer_queue()
343 flags = DMA_PREP_INTERRUPT | DMA_CTRL_ACK; in xvip_dma_buffer_queue()
/linux/drivers/usb/musb/
H A Dmusb_cppi41.c166 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in cppi41_trans_done()
466 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in cppi41_configure_channel()
H A Dux500_dma.c115 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in ux500_configure_channel()
/linux/drivers/i2c/busses/
H A Di2c-at91-master.c252 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in at91_twi_write_data_dma()
370 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in at91_twi_read_data_dma()
/linux/sound/core/
H A Dpcm_dmaengine.c154 unsigned long flags = DMA_CTRL_ACK; in dmaengine_pcm_prepare_and_submit()
/linux/drivers/media/platform/ti/omap/
H A Domap_vout_vrfb.c234 enum dma_ctrl_flags flags = DMA_PREP_INTERRUPT | DMA_CTRL_ACK; in omap_vout_prepare_vrfb()
/linux/drivers/crypto/
H A Datmel-tdes.c430 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in atmel_tdes_crypt_dma()
436 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in atmel_tdes_crypt_dma()
/linux/drivers/media/platform/ti/j721e-csi2rx/
H A Dj721e-csi2rx.c569 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in ti_csi2rx_drain_dma()
646 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in ti_csi2rx_start_dma()

12345