/linux-4.4.14/drivers/mtd/nand/gpmi-nand/ |
D | gpmi-lib.c | 1149 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in gpmi_send_command() 1187 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in gpmi_send_data() 1221 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in gpmi_read_data() 1267 DMA_CTRL_ACK); in gpmi_send_page() 1329 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in gpmi_read_page() 1348 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in gpmi_read_page()
|
/linux-4.4.14/include/linux/ |
D | dmaengine.h | 192 DMA_CTRL_ACK = (1 << 1), enumerator 1024 tx->flags |= DMA_CTRL_ACK; in async_tx_ack() 1029 tx->flags &= ~DMA_CTRL_ACK; in async_tx_clear_ack() 1034 return (tx->flags & DMA_CTRL_ACK) == DMA_CTRL_ACK; in async_tx_test_ack()
|
/linux-4.4.14/drivers/spi/ |
D | spi-dw-mid.c | 171 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in dw_spi_dma_prepare_tx() 217 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in dw_spi_dma_prepare_rx()
|
D | spi-pxa2xx-dma.c | 210 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in pxa2xx_spi_dma_prepare_one()
|
D | spi-davinci.c | 677 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in davinci_spi_bufs() 683 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in davinci_spi_bufs()
|
D | spi-mxs.c | 264 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in mxs_spi_txrx_dma()
|
D | spi-sh-msiof.c | 687 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in sh_msiof_dma_once() 704 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in sh_msiof_dma_once()
|
D | spi-rspi.c | 528 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in rspi_dma_transfer() 548 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in rspi_dma_transfer()
|
D | spi-imx.c | 915 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in spi_imx_dma_transfer() 927 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in spi_imx_dma_transfer()
|
D | spi-tegra114.c | 440 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in tegra_spi_start_tx_dma() 459 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in tegra_spi_start_rx_dma()
|
D | spi-tegra20-slink.c | 449 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in tegra_slink_start_tx_dma() 468 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in tegra_slink_start_rx_dma()
|
D | spi-omap2-mcspi.c | 434 DMA_MEM_TO_DEV, DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in omap2_mcspi_tx_dma() 493 DMA_CTRL_ACK); in omap2_mcspi_rx_dma()
|
D | spi-sirf.c | 553 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in spi_sirfsoc_dma_transfer() 562 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in spi_sirfsoc_dma_transfer()
|
D | spi-ep93xx.c | 517 txd = dmaengine_prep_slave_sg(chan, sgt->sgl, nents, dir, DMA_CTRL_ACK); in ep93xx_spi_dma_prepare()
|
D | spi-topcliff-pch.c | 1044 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in pch_spi_handle_dma() 1103 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in pch_spi_handle_dma()
|
D | spi-atmel.c | 783 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in atmel_spi_next_xfer_dma_submit() 789 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in atmel_spi_next_xfer_dma_submit()
|
D | spi-pl022.c | 1081 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in configure_dma() 1089 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in configure_dma()
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | 8250_dma.c | 84 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in serial8250_tx_dma() 142 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in serial8250_rx_dma()
|
D | 8250_omap.c | 832 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in omap_8250_rx_dma() 966 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in omap_8250_tx_dma()
|
/linux-4.4.14/drivers/dma/ |
D | iop-adma.c | 884 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in iop_adma_memcpy_self_test() 984 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in iop_adma_xor_val_self_test() 1031 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in iop_adma_xor_val_self_test() 1060 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in iop_adma_xor_val_self_test() 1155 DMA_CTRL_ACK); in iop_adma_pq_zero_sum_self_test() 1192 DMA_PREP_INTERRUPT|DMA_CTRL_ACK); in iop_adma_pq_zero_sum_self_test() 1224 DMA_PREP_INTERRUPT|DMA_CTRL_ACK); in iop_adma_pq_zero_sum_self_test()
|
D | tegra20-apb-dma.c | 1031 if (flags & DMA_CTRL_ACK) in tegra_dma_prep_slave_sg() 1032 dma_desc->txd.flags = DMA_CTRL_ACK; in tegra_dma_prep_slave_sg() 1160 if (flags & DMA_CTRL_ACK) in tegra_dma_prep_dma_cyclic() 1161 dma_desc->txd.flags = DMA_CTRL_ACK; in tegra_dma_prep_dma_cyclic()
|
D | mxs-dma.c | 551 if (flags & DMA_CTRL_ACK) in mxs_dma_prep_slave_sg() 583 if (flags & DMA_CTRL_ACK) in mxs_dma_prep_slave_sg()
|
D | timb_dma.c | 355 td_desc->txd.flags = DMA_CTRL_ACK; in td_alloc_init_desc()
|
D | dmatest.c | 477 flags = DMA_CTRL_ACK | DMA_PREP_INTERRUPT; in dmatest_func()
|
D | mpc512x_dma.c | 527 mdesc->desc.flags = DMA_CTRL_ACK; in mpc_dma_alloc_chan_resources()
|
D | pch_dma.c | 449 desc->txd.flags = DMA_CTRL_ACK; in pdc_alloc_desc()
|
D | ep93xx_dma.c | 918 desc->txd.flags = DMA_CTRL_ACK; in ep93xx_dma_alloc_chan_resources()
|
D | sirf-dma.c | 581 sdesc->desc.flags = DMA_CTRL_ACK; in sirfsoc_dma_alloc_chan_resources()
|
D | sa11x0-dma.c | 664 return vchan_tx_prep(&c->vc, &txd->vd, DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in sa11x0_dma_prep_dma_cyclic()
|
D | imx-dma.c | 770 desc->desc.flags = DMA_CTRL_ACK; in imxdma_alloc_chan_resources()
|
D | txx9dmac.c | 205 desc->txd.flags = DMA_CTRL_ACK; in txx9dmac_desc_alloc()
|
D | imx-sdma.c | 1114 sdmac->desc.flags = DMA_CTRL_ACK; in sdma_alloc_chan_resources()
|
D | at_hdmac.c | 120 desc->txd.flags = DMA_CTRL_ACK; in atc_alloc_descriptor()
|
/linux-4.4.14/drivers/crypto/qce/ |
D | dma.c | 110 unsigned long flags = DMA_PREP_INTERRUPT | DMA_CTRL_ACK; in qce_dma_prep_sgs()
|
/linux-4.4.14/drivers/mmc/host/ |
D | tmio_mmc_dma.c | 89 DMA_DEV_TO_MEM, DMA_CTRL_ACK); in tmio_mmc_start_dma_rx() 169 DMA_MEM_TO_DEV, DMA_CTRL_ACK); in tmio_mmc_start_dma_tx()
|
D | mxs-mmc.c | 280 desc = mxs_mmc_prep_dma(host, DMA_CTRL_ACK); in mxs_mmc_bc() 322 desc = mxs_mmc_prep_dma(host, DMA_CTRL_ACK); in mxs_mmc_ac() 453 desc = mxs_mmc_prep_dma(host, DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in mxs_mmc_adtc()
|
D | davinci_mmc.c | 440 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in mmc_davinci_send_dma_request() 462 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in mmc_davinci_send_dma_request()
|
D | moxart-mmc.c | 284 DMA_CTRL_ACK); in moxart_transfer_dma()
|
D | sh_mmcif.c | 314 DMA_DEV_TO_MEM, DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in sh_mmcif_start_dma_rx() 364 DMA_MEM_TO_DEV, DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in sh_mmcif_start_dma_tx()
|
D | jz4740_mmc.c | 304 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in jz4740_mmc_start_dma_transfer()
|
D | mxcmmc.c | 347 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in mxcmci_setup_data()
|
D | omap.c | 1042 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in mmc_omap_prepare_data()
|
D | mmci.c | 585 unsigned long flags = DMA_CTRL_ACK; in __mmci_dma_prep_data()
|
D | s3cmci.c | 1113 DMA_CTRL_ACK | DMA_PREP_INTERRUPT); in s3cmci_prepare_dma()
|
D | usdhi6rol0.c | 587 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in usdhi6_dma_setup()
|
D | omap_hsmmc.c | 1458 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in omap_hsmmc_setup_dma_transfer()
|
D | atmel-mci.c | 1054 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in atmci_prepare_data_dma()
|
D | dw_mmc.c | 725 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in dw_mci_edmac_start_dma()
|
/linux-4.4.14/drivers/soc/tegra/fuse/ |
D | fuse-tegra20.c | 54 unsigned long flags = DMA_PREP_INTERRUPT | DMA_CTRL_ACK; in tegra20_fuse_read()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-mxs.c | 207 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in mxs_i2c_dma_setup_xfer() 235 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in mxs_i2c_dma_setup_xfer() 268 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in mxs_i2c_dma_setup_xfer()
|
D | i2c-at91.c | 329 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in at91_twi_write_data_dma() 447 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in at91_twi_read_data_dma()
|
D | i2c-sh_mobile.c | 626 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in sh_mobile_i2c_xfer_dma()
|
D | i2c-imx.c | 379 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in i2c_imx_dma_xfer()
|
/linux-4.4.14/sound/core/ |
D | pcm_dmaengine.c | 151 unsigned long flags = DMA_CTRL_ACK; in dmaengine_pcm_prepare_and_submit()
|
/linux-4.4.14/sound/soc/sh/ |
D | siu_pcm.c | 134 &sg, 1, DMA_MEM_TO_DEV, DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in siu_pcm_wr_set() 184 &sg, 1, DMA_DEV_TO_MEM, DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in siu_pcm_rd_set()
|
D | fsi.c | 1308 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in fsi_dma_transfer()
|
/linux-4.4.14/drivers/media/platform/xilinx/ |
D | xilinx-dma.c | 352 flags = DMA_PREP_INTERRUPT | DMA_CTRL_ACK; in xvip_dma_buffer_queue() 358 flags = DMA_PREP_INTERRUPT | DMA_CTRL_ACK; in xvip_dma_buffer_queue()
|
/linux-4.4.14/drivers/usb/musb/ |
D | musb_cppi41.c | 169 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in cppi41_trans_done() 425 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in cppi41_configure_channel()
|
D | ux500_dma.c | 127 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in ux500_configure_channel()
|
/linux-4.4.14/sound/soc/fsl/ |
D | fsl_asrc_dma.c | 68 unsigned long flags = DMA_CTRL_ACK; in fsl_asrc_dma_prepare_and_submit()
|
/linux-4.4.14/sound/soc/txx9/ |
D | txx9aclc.c | 134 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in txx9aclc_dma_submit()
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | isphist.c | 209 DMA_CTRL_ACK); in hist_buf_dma()
|
/linux-4.4.14/drivers/crypto/ |
D | omap-des.c | 441 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in omap_des_crypt_dma() 460 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in omap_des_crypt_dma()
|
D | omap-aes.c | 454 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in omap_aes_crypt_dma() 473 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in omap_aes_crypt_dma()
|
D | atmel-aes.c | 372 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in atmel_aes_crypt_dma() 378 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in atmel_aes_crypt_dma()
|
D | atmel-tdes.c | 484 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in atmel_tdes_crypt_dma() 490 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in atmel_tdes_crypt_dma()
|
D | atmel-sha.c | 447 DMA_MEM_TO_DEV, DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in atmel_sha_xmit_dma() 453 DMA_MEM_TO_DEV, DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in atmel_sha_xmit_dma()
|
D | omap-sham.c | 597 DMA_MEM_TO_DEV, DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in omap_sham_xmit_dma() 600 DMA_MEM_TO_DEV, DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in omap_sham_xmit_dma()
|
D | img-hash.c | 237 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in img_hash_xmit_dma()
|
/linux-4.4.14/drivers/tty/serial/ |
D | mxs-auart.c | 246 1, DMA_MEM_TO_DEV, DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in mxs_auart_dma_tx() 575 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in mxs_auart_dma_prep_rx()
|
D | sh-sci.c | 1124 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in sci_dma_rx_complete() 1178 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in sci_submit_rx() 1232 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in work_fn_tx()
|
D | pch_uart.c | 886 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in dma_handle_rx() 1049 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in dma_handle_tx()
|
D | amba-pl011.c | 532 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in pl011_dma_tx_refill() 727 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in pl011_dma_rx_trigger_dma()
|
D | atmel_serial.c | 890 DMA_CTRL_ACK); in atmel_tx_dma()
|
/linux-4.4.14/sound/soc/sh/rcar/ |
D | dma.c | 102 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in rsnd_dmaen_start()
|
/linux-4.4.14/drivers/crypto/ux500/cryp/ |
D | cryp_core.c | 558 direction, DMA_CTRL_ACK); in cryp_set_dma_transfer() 583 DMA_CTRL_ACK | in cryp_set_dma_transfer()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | lpc32xx_mlc.c | 395 int flags = DMA_CTRL_ACK | DMA_PREP_INTERRUPT; in lpc32xx_xmit_dma()
|
D | lpc32xx_slc.c | 434 int flags = DMA_CTRL_ACK | DMA_PREP_INTERRUPT; in lpc32xx_xmit_dma()
|
D | fsmc_nand.c | 563 unsigned long flags = DMA_CTRL_ACK | DMA_PREP_INTERRUPT; in dma_xfer()
|
D | sh_flctl.c | 370 tr_dir, DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in flctl_dma_fifo0_transfer()
|
D | omap2.c | 494 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in omap_nand_dma_transfer()
|
D | atmel_nand.c | 367 flags = DMA_CTRL_ACK | DMA_PREP_INTERRUPT; in atmel_nand_dma_op()
|
/linux-4.4.14/drivers/rapidio/devices/ |
D | tsi721_dma.c | 686 desc[i].txd.flags = DMA_CTRL_ACK; in tsi721_alloc_chan_resources()
|
/linux-4.4.14/drivers/net/irda/ |
D | sa1100_ir.c | 151 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in sa1100_irda_dma_start()
|
/linux-4.4.14/drivers/ata/ |
D | pata_ep93xx.c | 712 DMA_CTRL_ACK); in ep93xx_pata_dma_start()
|
D | sata_dwc_460ex.c | 331 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in dma_dwc_xfer_setup()
|
/linux-4.4.14/drivers/media/platform/ |
D | m2m-deinterlace.c | 348 flags = DMA_CTRL_ACK | DMA_PREP_INTERRUPT; in deinterlace_issue_dma()
|
/linux-4.4.14/sound/soc/intel/common/ |
D | sst-firmware.c | 80 src_addr, size, DMA_CTRL_ACK); in sst_dsp_dma_copy()
|
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
D | fifo.c | 822 DMA_PREP_INTERRUPT | DMA_CTRL_ACK); in xfer_work()
|
/linux-4.4.14/Documentation/dmaengine/ |
D | provider.txt | 347 * DMA_CTRL_ACK
|
/linux-4.4.14/drivers/crypto/ux500/hash/ |
D | hash_core.c | 184 direction, DMA_CTRL_ACK | DMA_PREP_INTERRUPT); in hash_set_dma_transfer()
|
/linux-4.4.14/drivers/dma/dw/ |
D | core.c | 1180 desc->txd.flags = DMA_CTRL_ACK; in dwc_alloc_chan_resources()
|