Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/driver-api/dmaengine/
Dprovider.rst292 by queuing a new transfer with the DMA_PREP_LOAD_EOT flag set.
596 new transfer is queued on the same channel with the DMA_PREP_LOAD_EOT flag.
598 DMA_PREP_LOAD_EOT flag set, the current transfer will be repeated until the
604 - DMA_PREP_LOAD_EOT
610 DMA_PREP_LOAD_EOT for non-repeated transfers will thus make no difference.
613 DMA_PREP_LOAD_EOT flag on all transfers, otherwise the channel will keep
615 queued. Failure to set DMA_PREP_LOAD_EOT will appear as if the channel was
/linux-6.6.21/drivers/gpu/drm/xlnx/
Dzynqmp_disp.c1017 DMA_PREP_LOAD_EOT); in zynqmp_disp_layer_update()
/linux-6.6.21/include/linux/
Ddmaengine.h204 DMA_PREP_LOAD_EOT = (1 << 9), enumerator
/linux-6.6.21/drivers/dma/xilinx/
Dxilinx_dpdma.c1206 if (!(flags & DMA_PREP_REPEAT) || !(flags & DMA_PREP_LOAD_EOT)) in xilinx_dpdma_prep_interleaved_dma()