Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dof-dma.c77 chan = ofdma_target->of_dma_xlate(&dma_spec_target, ofdma_target); in of_dma_router_xlate()
119 struct dma_chan *(*of_dma_xlate) in of_dma_controller_register()
125 if (!np || !of_dma_xlate) { in of_dma_controller_register()
135 ofdma->of_dma_xlate = of_dma_xlate; in of_dma_controller_register()
202 ofdma->of_dma_xlate = of_dma_router_xlate; in of_dma_router_register()
292 chan = ofdma->of_dma_xlate(&dma_spec, ofdma); in of_dma_request_slave_channel()
/openbmc/linux/include/linux/
H A Dof_dma.h21 struct dma_chan *(*of_dma_xlate) member
36 struct dma_chan *(*of_dma_xlate)
56 struct dma_chan *(*of_dma_xlate) in of_dma_controller_register()