Searched refs:of_dma_router_register (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/include/linux/ |
| D | of_dma.h | 41 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-v6.6/drivers/dma/ |
| D | of-dma.c | 185 int of_dma_router_register(struct device_node *np, in of_dma_router_register() function 213 EXPORT_SYMBOL_GPL(of_dma_router_register);
|
| D | lpc18xx-dmamux.c | 160 return of_dma_router_register(np, lpc18xx_dmamux_reserve, in lpc18xx_dmamux_probe()
|
| D | stm32-dmamux.c | 286 ret = of_dma_router_register(node, stm32_dmamux_route_allocate, in stm32_dmamux_probe()
|
| /Linux-v6.6/drivers/dma/dw/ |
| D | rzn1-dmamux.c | 139 return of_dma_router_register(mux_node, rzn1_dmamux_route_allocate, in rzn1_dmamux_probe()
|
| /Linux-v6.6/drivers/dma/ti/ |
| D | dma-crossbar.c | 191 ret = of_dma_router_register(node, ti_am335x_xbar_route_allocate, in ti_am335x_xbar_probe() 428 ret = of_dma_router_register(node, ti_dra7_xbar_route_allocate, in ti_dra7_xbar_probe()
|