Lines Matching refs:device_node

22 static struct device_node *kobj_to_device_node(struct kobject *kobj)  in kobj_to_device_node()
24 return container_of(kobj, struct device_node, kobj); in kobj_to_device_node()
34 struct device_node *of_node_get(struct device_node *node) in of_node_get()
47 void of_node_put(struct device_node *node) in of_node_put()
185 int of_property_notify(int action, struct device_node *np, in of_property_notify()
200 static void __of_attach_node(struct device_node *np) in __of_attach_node()
239 int of_attach_node(struct device_node *np) in of_attach_node()
255 void __of_detach_node(struct device_node *np) in __of_detach_node()
257 struct device_node *parent; in __of_detach_node()
271 struct device_node *prevsib; in __of_detach_node()
293 int of_detach_node(struct device_node *np) in of_detach_node()
335 struct device_node *node = kobj_to_device_node(kobj); in of_node_release()
452 struct device_node *__of_node_dup(const struct device_node *np, in __of_node_dup()
455 struct device_node *node; in __of_node_dup()
500 struct device_node *of_changeset_create_node(struct of_changeset *ocs, in of_changeset_create_node()
501 struct device_node *parent, in of_changeset_create_node()
504 struct device_node *np; in of_changeset_create_node()
904 struct device_node *np, struct property *prop) in of_changeset_action()
927 struct device_node *np, in of_changeset_add_prop_helper()
957 struct device_node *np, in of_changeset_add_prop_string()
985 struct device_node *np, in of_changeset_add_prop_string_array()
1030 struct device_node *np, in of_changeset_add_prop_u32_array()
1063 int of_changeset_add_prop_bool(struct of_changeset *ocs, struct device_node *np, in of_changeset_add_prop_bool()
1077 struct device_node *np, in of_changeset_update_prop_helper()
1107 struct device_node *np, in of_changeset_update_prop_string()