Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/
Dof-dma.c61 struct dma_chan *(*of_dma_xlate) in of_dma_controller_register()
67 if (!np || !of_dma_xlate) { in of_dma_controller_register()
77 ofdma->of_dma_xlate = of_dma_xlate; in of_dma_controller_register()
181 chan = ofdma->of_dma_xlate(&dma_spec, ofdma); in of_dma_request_slave_channel()
/linux-4.1.27/include/linux/
Dof_dma.h24 struct dma_chan *(*of_dma_xlate) member
36 struct dma_chan *(*of_dma_xlate)
48 struct dma_chan *(*of_dma_xlate) in of_dma_controller_register()