Lines Matching refs:device_node

25 	struct device_node *np;
35 extern int of_property_notify(int action, struct device_node *np,
45 static inline int of_property_notify(int action, struct device_node *np, in of_property_notify()
53 int of_node_is_attached(struct device_node *node);
54 int __of_add_property_sysfs(struct device_node *np, struct property *pp);
55 void __of_remove_property_sysfs(struct device_node *np, struct property *prop);
56 void __of_update_property_sysfs(struct device_node *np, struct property *newprop,
58 int __of_attach_node_sysfs(struct device_node *np);
59 void __of_detach_node_sysfs(struct device_node *np);
61 static inline int __of_add_property_sysfs(struct device_node *np, struct property *pp) in __of_add_property_sysfs()
65 static inline void __of_remove_property_sysfs(struct device_node *np, struct property *prop) {} in __of_remove_property_sysfs()
66 static inline void __of_update_property_sysfs(struct device_node *np, in __of_update_property_sysfs()
68 static inline int __of_attach_node_sysfs(struct device_node *np) in __of_attach_node_sysfs()
72 static inline void __of_detach_node_sysfs(struct device_node *np) {} in __of_detach_node_sysfs()
76 int of_resolve_phandles(struct device_node *tree);
96 struct device_node *dad,
97 struct device_node **mynodes,
109 struct device_node *__of_node_dup(const struct device_node *np,
112 struct device_node *__of_find_node_by_path(struct device_node *parent,
114 struct device_node *__of_find_node_by_full_path(struct device_node *node,
117 extern const void *__of_get_property(const struct device_node *np,
119 extern int __of_add_property(struct device_node *np, struct property *prop);
120 extern int __of_add_property_sysfs(struct device_node *np,
122 extern int __of_remove_property(struct device_node *np, struct property *prop);
123 extern void __of_remove_property_sysfs(struct device_node *np,
125 extern int __of_update_property(struct device_node *np,
127 extern void __of_update_property_sysfs(struct device_node *np,
130 extern int __of_attach_node_sysfs(struct device_node *np);
131 extern void __of_detach_node(struct device_node *np);
132 extern void __of_detach_node_sysfs(struct device_node *np);
134 extern void __of_sysfs_remove_bin_file(struct device_node *np,