Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dof_dma.h23 void *(*of_dma_route_allocate) member
42 void *(*of_dma_route_allocate)
68 void *(*of_dma_route_allocate) in of_dma_router_register()
/kernel/linux/linux-6.6/include/linux/
H A Dof_dma.h23 void *(*of_dma_route_allocate) member
42 void *(*of_dma_route_allocate)
68 void *(*of_dma_route_allocate) in of_dma_router_register()
/kernel/linux/linux-5.10/drivers/dma/
H A Dof-dma.c52 * of_dma_route_allocate() function to prepare a dma_spec which will be used
65 route_data = ofdma->of_dma_route_allocate(&dma_spec_target, ofdma); in of_dma_router_xlate()
88 * Need to put the node back since the ofdma->of_dma_route_allocate in of_dma_router_xlate()
164 * @of_dma_route_allocate: setup function for the router which need to
176 void *(*of_dma_route_allocate) in of_dma_router_register()
182 if (!np || !of_dma_route_allocate || !dma_router) { in of_dma_router_register()
193 ofdma->of_dma_route_allocate = of_dma_route_allocate; in of_dma_router_register()
/kernel/linux/linux-6.6/drivers/dma/
H A Dof-dma.c52 * of_dma_route_allocate() function to prepare a dma_spec which will be used
65 route_data = ofdma->of_dma_route_allocate(&dma_spec_target, ofdma); in of_dma_router_xlate()
98 * Need to put the node back since the ofdma->of_dma_route_allocate in of_dma_router_xlate()
174 * @of_dma_route_allocate: setup function for the router which need to
186 void *(*of_dma_route_allocate) in of_dma_router_register()
192 if (!np || !of_dma_route_allocate || !dma_router) { in of_dma_router_register()
203 ofdma->of_dma_route_allocate = of_dma_route_allocate; in of_dma_router_register()

Completed in 2 milliseconds