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

/linux-4.4.14/drivers/dma/
H A Dof-dma.c61 struct of_phandle_args dma_spec_target; of_dma_router_xlate() local
65 memcpy(&dma_spec_target, dma_spec, sizeof(dma_spec_target)); of_dma_router_xlate()
66 route_data = ofdma->of_dma_route_allocate(&dma_spec_target, ofdma); of_dma_router_xlate()
70 ofdma_target = of_dma_find_controller(&dma_spec_target); of_dma_router_xlate()
74 chan = ofdma_target->of_dma_xlate(&dma_spec_target, ofdma_target); of_dma_router_xlate()
87 of_node_put(dma_spec_target.np); of_dma_router_xlate()

Completed in 29 milliseconds