Lines Matching refs:device_node

27 	struct device_node *np;
49 extern int of_property_notify(int action, struct device_node *np,
59 static inline int of_property_notify(int action, struct device_node *np, in of_property_notify()
73 int of_node_is_attached(const struct device_node *node);
74 int __of_add_property_sysfs(struct device_node *np, struct property *pp);
75 void __of_remove_property_sysfs(struct device_node *np, struct property *prop);
76 void __of_update_property_sysfs(struct device_node *np, struct property *newprop,
78 int __of_attach_node_sysfs(struct device_node *np);
79 void __of_detach_node_sysfs(struct device_node *np);
81 static inline int __of_add_property_sysfs(struct device_node *np, struct property *pp) in __of_add_property_sysfs()
85 static inline void __of_remove_property_sysfs(struct device_node *np, struct property *prop) {} in __of_remove_property_sysfs()
86 static inline void __of_update_property_sysfs(struct device_node *np, in __of_update_property_sysfs()
88 static inline int __of_attach_node_sysfs(struct device_node *np) in __of_attach_node_sysfs()
92 static inline void __of_detach_node_sysfs(struct device_node *np) {} in __of_detach_node_sysfs()
96 int of_resolve_phandles(struct device_node *tree);
116 struct device_node *dad,
117 struct device_node **mynodes,
130 struct device_node *__of_node_dup(const struct device_node *np,
133 struct device_node *__of_find_node_by_path(struct device_node *parent,
135 struct device_node *__of_find_node_by_full_path(struct device_node *node,
138 extern const void *__of_get_property(const struct device_node *np,
140 extern int __of_add_property(struct device_node *np, struct property *prop);
141 extern int __of_remove_property(struct device_node *np, struct property *prop);
142 extern int __of_update_property(struct device_node *np,
145 extern void __of_detach_node(struct device_node *np);
147 extern void __of_sysfs_remove_bin_file(struct device_node *np,
162 extern int of_bus_n_addr_cells(struct device_node *np);
163 extern int of_bus_n_size_cells(struct device_node *np);
170 int of_dma_get_range(struct device_node *np,
172 struct device_node *__of_get_dma_parent(const struct device_node *np);
174 static inline int of_dma_get_range(struct device_node *np, in of_dma_get_range()
179 static inline struct device_node *__of_get_dma_parent(const struct device_node *np) in __of_get_dma_parent()