Lines Matching refs:device_node
12 struct device_node;
53 extern struct platform_device *of_device_alloc(struct device_node *np,
62 extern struct platform_device *of_find_device_by_node(struct device_node *np);
64 static inline struct platform_device *of_find_device_by_node(struct device_node *np) in of_find_device_by_node()
70 extern int of_platform_bus_probe(struct device_node *root,
76 extern struct platform_device *of_platform_device_create(struct device_node *np,
82 extern int of_platform_populate(struct device_node *root,
86 extern int of_platform_default_populate(struct device_node *root,
96 static inline struct platform_device *of_platform_device_create(struct device_node *np, in of_platform_device_create()
107 static inline int of_platform_populate(struct device_node *root, in of_platform_populate()
114 static inline int of_platform_default_populate(struct device_node *root, in of_platform_default_populate()