Lines Matching refs:device_node
29 struct device_node *np;
39 static inline struct device_node *kobj_to_device_node(struct kobject *kobj) in kobj_to_device_node()
41 return container_of(kobj, struct device_node, kobj); in kobj_to_device_node()
45 extern int of_property_notify(int action, struct device_node *np,
49 static inline int of_property_notify(int action, struct device_node *np, in of_property_notify()
64 __printf(2, 3) struct device_node *__of_node_dup(const struct device_node *np, const char *fmt, ...…
66 extern const void *__of_get_property(const struct device_node *np,
68 extern int __of_add_property(struct device_node *np, struct property *prop);
69 extern int __of_add_property_sysfs(struct device_node *np,
71 extern int __of_remove_property(struct device_node *np, struct property *prop);
72 extern void __of_remove_property_sysfs(struct device_node *np,
74 extern int __of_update_property(struct device_node *np,
76 extern void __of_update_property_sysfs(struct device_node *np,
79 extern void __of_attach_node(struct device_node *np);
80 extern int __of_attach_node_sysfs(struct device_node *np);
81 extern void __of_detach_node(struct device_node *np);
82 extern void __of_detach_node_sysfs(struct device_node *np);
84 extern void __of_sysfs_remove_bin_file(struct device_node *np,