Home
last modified time | relevance | path

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

/drivers/dma/
Dof-dma.c58 struct of_phandle_args dma_spec_target; in of_dma_router_xlate() local
62 memcpy(&dma_spec_target, dma_spec, sizeof(dma_spec_target)); in of_dma_router_xlate()
63 route_data = ofdma->of_dma_route_allocate(&dma_spec_target, ofdma); in of_dma_router_xlate()
67 ofdma_target = of_dma_find_controller(&dma_spec_target); in of_dma_router_xlate()
71 chan = ofdma_target->of_dma_xlate(&dma_spec_target, ofdma_target); in of_dma_router_xlate()
84 of_node_put(dma_spec_target.np); in of_dma_router_xlate()