Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/dm/
H A Dof.h81 struct of_phandle_args { struct
82 struct device_node *np;
83 int args_count;
84 uint32_t args[OF_MAX_PHANDLE_ARGS];
/OK3568_Linux_fs/kernel/include/linux/
H A Dof_dma.h55 static inline int of_dma_controller_register(struct device_node *np, in of_dma_controller_register()
67 static inline int of_dma_router_register(struct device_node *np, in of_dma_router_register()
H A Dof.h74 struct of_phandle_args { struct
75 struct device_node *np;
76 int args_count;
77 uint32_t args[MAX_PHANDLE_ARGS];
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dof-dma.c108 int of_dma_controller_register(struct device_node *np, in of_dma_controller_register()
175 int of_dma_router_register(struct device_node *np, in of_dma_router_register()