Searched defs:of_dma (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | of_dma.h | 18 struct of_dma {  struct19 	struct list_head	of_dma_controllers;  argument
 21 	struct dma_chan		*(*of_dma_xlate)  argument
 22 				(struct of_phandle_args *, struct of_dma *);  argument
 23 	void			*(*of_dma_route_allocate)  argument
 26 	void			*of_dma_data;  argument
 37 		(struct of_phandle_args *, struct of_dma *),  argument
 57 		(struct of_phandle_args *, struct of_dma *),  in of_dma_controller_register()
 69 		(struct of_phandle_args *, struct of_dma *),  in of_dma_router_register()
 
 | 
| /Linux-v5.4/drivers/dma/ | 
| D | of-dma.c | 103 				(struct of_phandle_args *, struct of_dma *),  in of_dma_controller_register()170 			   (struct of_phandle_args *, struct of_dma *),  in of_dma_router_register()
 
 | 
| D | at_hdmac.c | 1657 				     struct of_dma *of_dma)  in at_dma_xlate()1716 				     struct of_dma *of_dma)  in at_dma_xlate()
 
 | 
| D | at_xdmac.c | 512 				       struct of_dma *of_dma)  in at_xdmac_xlate()
 |