Home
last modified time | relevance | path

Searched refs:of_dma_router_register (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Dof_dma.h41 extern int of_dma_router_register(struct device_node *np,
67 static inline int of_dma_router_register(struct device_node *np, in of_dma_router_register() function
/linux/drivers/dma/
H A Dof-dma.c185 int of_dma_router_register(struct device_node *np, in of_dma_router_register() function
213 EXPORT_SYMBOL_GPL(of_dma_router_register);
H A Dlpc18xx-dmamux.c169 return of_dma_router_register(np, lpc18xx_dmamux_reserve, in lpc18xx_dmamux_probe()
H A Dlpc32xx-dmamux.c183 return of_dma_router_register(np, lpc32xx_dmamux_reserve, in lpc32xx_dmamux_probe()
H A Dcv1800b-dmamux.c234 return of_dma_router_register(mux_node, in cv1800_dmamux_probe()
/linux/drivers/dma/dw/
H A Drzn1-dmamux.c148 return of_dma_router_register(mux_node, rzn1_dmamux_route_allocate, in rzn1_dmamux_probe()
/linux/drivers/dma/ti/
H A Ddma-crossbar.c195 ret = of_dma_router_register(node, ti_am335x_xbar_route_allocate, in ti_am335x_xbar_probe()
433 ret = of_dma_router_register(node, ti_dra7_xbar_route_allocate, in ti_dra7_xbar_probe()
/linux/drivers/dma/stm32/
H A Dstm32-dmamux.c293 ret = of_dma_router_register(node, stm32_dmamux_route_allocate, in stm32_dmamux_probe()