Lines Matching refs:device_node
12 struct device_node;
51 extern struct platform_device *of_device_alloc(struct device_node *np,
60 extern struct platform_device *of_find_device_by_node(struct device_node *np);
62 static inline struct platform_device *of_find_device_by_node(struct device_node *np) in of_find_device_by_node()
68 extern int of_platform_bus_probe(struct device_node *root,
74 extern struct platform_device *of_platform_device_create(struct device_node *np,
80 extern int of_platform_populate(struct device_node *root,
84 extern int of_platform_default_populate(struct device_node *root,
94 static inline struct platform_device *of_platform_device_create(struct device_node *np, in of_platform_device_create()
105 static inline int of_platform_populate(struct device_node *root, in of_platform_populate()
112 static inline int of_platform_default_populate(struct device_node *root, in of_platform_default_populate()