Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dof_dma.h26 void *(*of_dma_route_allocate) member
45 void *(*of_dma_route_allocate)
71 void *(*of_dma_route_allocate) in of_dma_router_register()
/linux-4.4.14/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()