Home
last modified time | relevance | path

Searched defs:of_phandle_args (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dof_dma.h47 static inline int of_dma_controller_register(struct device_node *np, in of_dma_controller_register()
Dof.h72 struct of_phandle_args { struct
73 struct device_node *np;
74 int args_count;
75 uint32_t args[MAX_PHANDLE_ARGS];
/linux-4.1.27/drivers/dma/
Dof-dma.c60 int of_dma_controller_register(struct device_node *np, in of_dma_controller_register()