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

/linux-master/drivers/dma/
H A Dstm32-dmamux.c31 struct stm32_dmamux { struct
67 struct stm32_dmamux *mux = route_data;
91 struct stm32_dmamux *mux;
183 struct stm32_dmamux_data *stm32_dmamux; local
198 stm32_dmamux = devm_kzalloc(&pdev->dev, sizeof(*stm32_dmamux) +
200 if (!stm32_dmamux)
215 &stm32_dmamux->dma_reqs[i])) {
219 stm32_dmamux->dma_reqs[i] =
222 dma_req += stm32_dmamux
305 struct stm32_dmamux_data *stm32_dmamux = platform_get_drvdata(pdev); local
315 struct stm32_dmamux_data *stm32_dmamux = platform_get_drvdata(pdev); local
332 struct stm32_dmamux_data *stm32_dmamux = platform_get_drvdata(pdev); local
353 struct stm32_dmamux_data *stm32_dmamux = platform_get_drvdata(pdev); local
[all...]

Completed in 266 milliseconds