Searched defs:of_dma (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/linux/ |
D | of_dma.h | 21 struct of_dma { struct 22 struct list_head of_dma_controllers; argument 24 struct dma_chan *(*of_dma_xlate) argument 25 (struct of_phandle_args *, struct of_dma *); argument 26 void *(*of_dma_route_allocate) argument 29 void *of_dma_data; argument 40 (struct of_phandle_args *, struct of_dma *), argument 60 (struct of_phandle_args *, struct of_dma *), in of_dma_controller_register() 72 (struct of_phandle_args *, struct of_dma *), in of_dma_router_register()
|
/linux-4.4.14/drivers/dma/ |
D | of-dma.c | 106 (struct of_phandle_args *, struct of_dma *), in of_dma_controller_register() 173 (struct of_phandle_args *, struct of_dma *), in of_dma_router_register()
|
D | at_hdmac.c | 1799 struct of_dma *of_dma) in at_dma_xlate() 1858 struct of_dma *of_dma) in at_dma_xlate()
|
D | at_xdmac.c | 513 struct of_dma *of_dma) in at_xdmac_xlate()
|