Home
last modified time | relevance | path

Searched refs:device_prep_dma_cyclic (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddmaengine.h389 * to the device_prep_slave_sg and device_prep_dma_cyclic functions or
812 * @device_prep_dma_cyclic: prepare a cyclic dma operation suitable for audio.
901 struct dma_async_tx_descriptor *(*device_prep_dma_cyclic)(struct dma_chan *chan, dma_addr_t buf_addr, member
990 if (!chan || !chan->device || !chan->device->device_prep_dma_cyclic) { in dmaengine_prep_dma_cyclic()
994 return chan->device->device_prep_dma_cyclic(chan, buf_addr, buf_len, period_len, dir, flags); in dmaengine_prep_dma_cyclic()

Completed in 3 milliseconds