Home
last modified time | relevance | path

Searched refs:of_dma_route_allocate (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/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()
/openbmc/linux/drivers/dma/
H A Dof-dma.c65 route_data = ofdma->of_dma_route_allocate(&dma_spec_target, ofdma); in of_dma_router_xlate()
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()