Home
last modified time | relevance | path

Searched refs:DMA_CTRL_REUSE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Ddmaengine.h201 DMA_CTRL_REUSE = (1 << 6), enumerator
1551 tx->flags |= DMA_CTRL_REUSE; in dmaengine_desc_set_reuse()
1557 tx->flags &= ~DMA_CTRL_REUSE; in dmaengine_desc_clear_reuse()
1562 return (tx->flags & DMA_CTRL_REUSE) == DMA_CTRL_REUSE; in dmaengine_desc_test_reuse()
/openbmc/linux/Documentation/driver-api/dmaengine/
H A Dprovider.rst557 DMA_CTRL_REUSE
563 ``dmaengine_desc_set_reuse()`` which will set DMA_CTRL_REUSE.
575 - Clearing DMA_CTRL_REUSE by invoking
579 when DMA_CTRL_REUSE is already set
/openbmc/linux/drivers/media/platform/intel/
H A Dpxa_camera.c827 DMA_PREP_INTERRUPT | DMA_CTRL_REUSE); in pxa_init_dma_channel()