Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
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()
/Linux-v4.19/drivers/dma/
Dof-dma.c66 route_data = ofdma->of_dma_route_allocate(&dma_spec_target, ofdma); in of_dma_router_xlate()
172 void *(*of_dma_route_allocate) in of_dma_router_register()
178 if (!np || !of_dma_route_allocate || !dma_router) { in of_dma_router_register()
189 ofdma->of_dma_route_allocate = of_dma_route_allocate; in of_dma_router_register()