Lines Matching refs:device_node
24 struct device_node *of_node_get(struct device_node *node) in of_node_get()
37 void of_node_put(struct device_node *node) in of_node_put()
44 void __of_detach_node_sysfs(struct device_node *np) in __of_detach_node_sysfs()
202 int of_property_notify(int action, struct device_node *np, in of_property_notify()
217 void __of_attach_node(struct device_node *np) in __of_attach_node()
241 int of_attach_node(struct device_node *np) in of_attach_node()
262 void __of_detach_node(struct device_node *np) in __of_detach_node()
264 struct device_node *parent; in __of_detach_node()
276 struct device_node *prevsib; in __of_detach_node()
293 int of_detach_node(struct device_node *np) in of_detach_node()
323 struct device_node *node = kobj_to_device_node(kobj); in of_node_release()
406 struct device_node *__of_node_dup(const struct device_node *np, const char *fmt, ...) in __of_node_dup()
409 struct device_node *node; in __of_node_dup()
761 struct device_node *np, struct property *prop) in of_changeset_action()