Home
last modified time | relevance | path

Searched refs:dw_dma_start (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/drivers/dma/
Ddma_dw.c53 .start = dw_dma_start,
Ddma_intel_lpss.c134 .start = dw_dma_start,
Ddma_dw_common.h279 int dw_dma_start(const struct device *dev, uint32_t channel);
Ddma_intel_adsp_gpdma.c193 ret = dw_dma_start(dev, channel); in intel_adsp_gpdma_start()
Ddma_dw_common.c446 int dw_dma_start(const struct device *dev, uint32_t channel) in dw_dma_start() function