Home
last modified time | relevance | path

Searched refs:DMA_PREP_LOAD_EOT (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/driver-api/dmaengine/
H A Dprovider.rst273 by queuing a new transfer with the DMA_PREP_LOAD_EOT flag set.
577 new transfer is queued on the same channel with the DMA_PREP_LOAD_EOT flag.
579 DMA_PREP_LOAD_EOT flag set, the current transfer will be repeated until the
585 - DMA_PREP_LOAD_EOT
591 DMA_PREP_LOAD_EOT for non-repeated transfers will thus make no difference.
594 DMA_PREP_LOAD_EOT flag on all transfers, otherwise the channel will keep
596 queued. Failure to set DMA_PREP_LOAD_EOT will appear as if the channel was
/OK3568_Linux_fs/kernel/include/linux/
H A Ddmaengine.h205 DMA_PREP_LOAD_EOT = (1 << 9), enumerator
/OK3568_Linux_fs/kernel/drivers/gpu/drm/xlnx/
H A Dzynqmp_disp.c1126 DMA_PREP_LOAD_EOT); in zynqmp_disp_layer_update()
/OK3568_Linux_fs/kernel/drivers/dma/xilinx/
H A Dxilinx_dpdma.c1207 if (!(flags & DMA_PREP_REPEAT) || !(flags & DMA_PREP_LOAD_EOT)) in xilinx_dpdma_prep_interleaved_dma()