Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_dma.c138 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in serial8250_tx_dma()
206 DMA_CTRL_ACK); in serial8250_start_rx_dma()
232 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in serial8250_rx_dma()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddmaengine.h197 DMA_CTRL_ACK = (1 << 1), enumerator
1369 tx->flags |= DMA_CTRL_ACK; in async_tx_ack()
1374 tx->flags &= ~DMA_CTRL_ACK; in async_tx_clear_ack()
1379 return (tx->flags & DMA_CTRL_ACK) == DMA_CTRL_ACK; in async_tx_test_ack()
/OK3568_Linux_fs/kernel/drivers/dma/
H A Diop-adma.c872 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in iop_adma_memcpy_self_test()
972 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in iop_adma_xor_val_self_test()
1019 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in iop_adma_xor_val_self_test()
1048 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in iop_adma_xor_val_self_test()
1143 DMA_CTRL_ACK); in iop_adma_pq_zero_sum_self_test()
1180 DMA_PREP_INTERRUPT|DMA_CTRL_ACK); in iop_adma_pq_zero_sum_self_test()
1212 DMA_PREP_INTERRUPT|DMA_CTRL_ACK); in iop_adma_pq_zero_sum_self_test()
H A Dtegra20-apb-dma.c1151 if (flags & DMA_CTRL_ACK) in tegra_dma_prep_slave_sg()
1152 dma_desc->txd.flags = DMA_CTRL_ACK; in tegra_dma_prep_slave_sg()
1288 if (flags & DMA_CTRL_ACK) in tegra_dma_prep_dma_cyclic()
1289 dma_desc->txd.flags = DMA_CTRL_ACK; in tegra_dma_prep_dma_cyclic()
/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drockchip_multi_dais_pcm.c140 unsigned long flags = DMA_CTRL_ACK; in dmaengine_mpcm_prepare_and_submit()
254 unsigned long flags = DMA_CTRL_ACK; in __mpcm_prepare_single_and_submit()
291 unsigned long flags = DMA_CTRL_ACK; in dmaengine_mpcm_prepare_single_and_submit()
/OK3568_Linux_fs/kernel/drivers/crypto/qce/
H A Ddma.c105 unsigned long flags = DMA_PREP_INTERRUPT | DMA_CTRL_ACK; in qce_dma_prep_sgs()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Drenesas_sdhi_sys_dmac.c191 DMA_CTRL_ACK); in renesas_sdhi_sys_dmac_start_dma_rx()
268 DMA_CTRL_ACK); in renesas_sdhi_sys_dmac_start_dma_tx()
/OK3568_Linux_fs/kernel/drivers/soc/tegra/fuse/
H A Dfuse-tegra20.c43 unsigned long flags = DMA_PREP_INTERRUPT | DMA_CTRL_ACK; in tegra20_fuse_read()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-dw-dma.c296 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in dw_spi_dma_submit_tx()
397 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in dw_spi_dma_submit_rx()
H A Dspi-at91-usart.c234 DMA_CTRL_ACK); in at91_usart_spi_dma_transfer()
243 DMA_CTRL_ACK); in at91_usart_spi_dma_transfer()
H A Dspi-pxa2xx-dma.c119 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in pxa2xx_spi_dma_prepare_one()
H A Dspi-atmel.c740 DMA_CTRL_ACK); in atmel_spi_next_xfer_dma_submit()
747 DMA_CTRL_ACK); in atmel_spi_next_xfer_dma_submit()
759 DMA_CTRL_ACK); in atmel_spi_next_xfer_dma_submit()
766 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.c561 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in fsl_lpspi_dma_transfer()
573 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in fsl_lpspi_dma_transfer()
/OK3568_Linux_fs/kernel/drivers/media/platform/xilinx/
H A Dxilinx-dma.c353 flags = DMA_PREP_INTERRUPT | DMA_CTRL_ACK; in xvip_dma_buffer_queue()
359 flags = DMA_PREP_INTERRUPT | DMA_CTRL_ACK; in xvip_dma_buffer_queue()
/OK3568_Linux_fs/kernel/drivers/mtd/hyperbus/
H A Dhbmc-am654.c77 enum dma_ctrl_flags flags = DMA_CTRL_ACK | DMA_PREP_INTERRUPT; in am654_hbmc_dma_read()
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_dmaengine.c163 unsigned long flags = DMA_CTRL_ACK; in dmaengine_pcm_prepare_and_submit()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-at91-master.c254 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in at91_twi_write_data_dma()
372 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in at91_twi_read_data_dma()
/OK3568_Linux_fs/kernel/drivers/media/platform/omap/
H A Domap_vout_vrfb.c234 enum dma_ctrl_flags flags = DMA_PREP_INTERRUPT | DMA_CTRL_ACK; in omap_vout_prepare_vrfb()
/OK3568_Linux_fs/kernel/sound/soc/txx9/
H A Dtxx9aclc.c124 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in txx9aclc_dma_submit()

12345