Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/driver-api/dmaengine/
Dprovider.rst302 by queuing a new transfer with the DMA_PREP_LOAD_EOT flag set.
606 new transfer is queued on the same channel with the DMA_PREP_LOAD_EOT flag.
608 DMA_PREP_LOAD_EOT flag set, the current transfer will be repeated until the
614 - DMA_PREP_LOAD_EOT
620 DMA_PREP_LOAD_EOT for non-repeated transfers will thus make no difference.
623 DMA_PREP_LOAD_EOT flag on all transfers, otherwise the channel will keep
625 queued. Failure to set DMA_PREP_LOAD_EOT will appear as if the channel was
/linux-5.19.10/include/linux/
Ddmaengine.h205 DMA_PREP_LOAD_EOT = (1 << 9), enumerator
/linux-5.19.10/drivers/gpu/drm/xlnx/
Dzynqmp_disp.c1117 DMA_PREP_LOAD_EOT); in zynqmp_disp_layer_update()
/linux-5.19.10/drivers/dma/xilinx/
Dxilinx_dpdma.c1206 if (!(flags & DMA_PREP_REPEAT) || !(flags & DMA_PREP_LOAD_EOT)) in xilinx_dpdma_prep_interleaved_dma()