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

/linux-4.4.14/include/linux/
H A Dof_dma.h26 void *(*of_dma_route_allocate) member in struct:of_dma
45 void *(*of_dma_route_allocate)
71 void *(*of_dma_route_allocate) of_dma_router_register()
/linux-4.4.14/drivers/dma/
H A Dof-dma.c53 * of_dma_route_allocate() function to prepare a dma_spec which will be used
66 route_data = ofdma->of_dma_route_allocate(&dma_spec_target, ofdma); of_dma_router_xlate()
84 * Need to put the node back since the ofdma->of_dma_route_allocate of_dma_router_xlate()
160 * @of_dma_route_allocate: setup function for the router which need to
172 void *(*of_dma_route_allocate) of_dma_router_register()
178 if (!np || !of_dma_route_allocate || !dma_router) { of_dma_router_register()
189 ofdma->of_dma_route_allocate = of_dma_route_allocate; of_dma_router_register()

Completed in 39 milliseconds