Lines Matching refs:device_node
27 struct device_node *np;
45 extern int of_property_notify(int action, struct device_node *np,
55 static inline int of_property_notify(int action, struct device_node *np, in of_property_notify()
63 int of_node_is_attached(struct device_node *node);
64 int __of_add_property_sysfs(struct device_node *np, struct property *pp);
65 void __of_remove_property_sysfs(struct device_node *np, struct property *prop);
66 void __of_update_property_sysfs(struct device_node *np, struct property *newprop,
68 int __of_attach_node_sysfs(struct device_node *np);
69 void __of_detach_node_sysfs(struct device_node *np);
71 static inline int __of_add_property_sysfs(struct device_node *np, struct property *pp) in __of_add_property_sysfs()
75 static inline void __of_remove_property_sysfs(struct device_node *np, struct property *prop) {} in __of_remove_property_sysfs()
76 static inline void __of_update_property_sysfs(struct device_node *np, in __of_update_property_sysfs()
78 static inline int __of_attach_node_sysfs(struct device_node *np) in __of_attach_node_sysfs()
82 static inline void __of_detach_node_sysfs(struct device_node *np) {} in __of_detach_node_sysfs()
86 int of_resolve_phandles(struct device_node *tree);
106 struct device_node *dad,
107 struct device_node **mynodes,
119 struct device_node *__of_node_dup(const struct device_node *np,
122 struct device_node *__of_find_node_by_path(struct device_node *parent,
124 struct device_node *__of_find_node_by_full_path(struct device_node *node,
127 extern const void *__of_get_property(const struct device_node *np,
129 extern int __of_add_property(struct device_node *np, struct property *prop);
130 extern int __of_add_property_sysfs(struct device_node *np,
132 extern int __of_remove_property(struct device_node *np, struct property *prop);
133 extern void __of_remove_property_sysfs(struct device_node *np,
135 extern int __of_update_property(struct device_node *np,
137 extern void __of_update_property_sysfs(struct device_node *np,
140 extern int __of_attach_node_sysfs(struct device_node *np);
141 extern void __of_detach_node(struct device_node *np);
142 extern void __of_detach_node_sysfs(struct device_node *np);
144 extern void __of_sysfs_remove_bin_file(struct device_node *np,
159 extern int of_bus_n_addr_cells(struct device_node *np);
160 extern int of_bus_n_size_cells(struct device_node *np);
164 int of_dma_get_range(struct device_node *np,
167 static inline int of_dma_get_range(struct device_node *np, in of_dma_get_range()