Home
last modified time | relevance | path

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

123

/linux/drivers/tty/serial/8250/
H A D8250_dma.c127 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in serial8250_tx_dma()
195 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in serial8250_rx_dma()
/linux/include/linux/
H A Ddmaengine.h206 DMA_CTRL_ACK = (1 << 1), enumerator
1537 tx->flags |= DMA_CTRL_ACK; in async_tx_ack()
1542 tx->flags &= ~DMA_CTRL_ACK; in async_tx_clear_ack()
1547 return (tx->flags & DMA_CTRL_ACK) == DMA_CTRL_ACK; in async_tx_test_ack()
/linux/drivers/crypto/qce/
H A Ddma.c111 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()
H A Duniphier-sd.c157 dma_tx_dir, DMA_CTRL_ACK); in uniphier_sd_external_dma_start()
H A Dowl-mmc.c324 DMA_CTRL_ACK); in owl_mmc_prepare_data()
/linux/drivers/soc/tegra/fuse/
H A Dfuse-tegra20.c44 unsigned long flags = DMA_PREP_INTERRUPT | DMA_CTRL_ACK; in tegra20_fuse_read()
/linux/drivers/spi/
H A Dspi-dw-dma.c350 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in dw_spi_dma_submit_tx()
451 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in dw_spi_dma_submit_rx()
H A Dspi-uniphier.c417 DMA_DEV_TO_MEM, DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in uniphier_spi_transfer_one_dma()
444 DMA_MEM_TO_DEV, DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in uniphier_spi_transfer_one_dma()
H A Dspi-sh-msiof.c661 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in sh_msiof_dma_once()
678 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in sh_msiof_dma_once()
H A Dspi-atcspi200.c336 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in atcspi_dma_trans()
/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/sound/core/
H A Dpcm_dmaengine.c156 unsigned long flags = DMA_CTRL_ACK; in dmaengine_pcm_prepare_and_submit()
/linux/drivers/i2c/busses/
H A Di2c-at91-master.c253 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in at91_twi_write_data_dma()
371 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in at91_twi_read_data_dma()
H A Di2c-qcom-geni.c718 flags = DMA_CTRL_ACK; in geni_i2c_gpi()
724 flags = DMA_PREP_INTERRUPT | DMA_CTRL_ACK; in geni_i2c_gpi()
/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()
H A Dtusb6010_omap.c305 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in tusb_omap_dma_program()
/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.c427 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in atmel_tdes_crypt_dma()
433 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in atmel_tdes_crypt_dma()
/linux/drivers/media/platform/ti/omap3isp/
H A Disphist.c205 DMA_CTRL_ACK); in hist_buf_dma()
/linux/sound/soc/fsl/
H A Dfsl_asrc_dma.c62 unsigned long flags = DMA_CTRL_ACK; in fsl_asrc_dma_prepare_and_submit()
/linux/drivers/gpib/eastwood/
H A Dfluke_gpib.c405 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in fluke_dma_write()
585 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in fluke_dma_read()
/linux/drivers/crypto/starfive/
H A Djh7110-aes.c461 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in starfive_aes_dma_xfer()
475 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in starfive_aes_dma_xfer()
/linux/sound/soc/intel/catpt/
H A Ddsp.c71 DMA_CTRL_ACK); in catpt_dma_memcpy()

123