Lines Matching full:const
45 const char *name;
46 const char *type;
102 static inline bool of_node_is_root(const struct device_node *node) in of_node_is_root()
124 static inline u64 of_read_number(const __be32 *cell, int size) in of_read_number()
133 static inline unsigned long of_read_ulong(const __be32 *cell, int size) in of_read_ulong()
169 const char *name);
174 const char *type);
179 const char *type, const char *compat);
184 const struct of_device_id *matches);
188 extern struct device_node *of_find_node_by_path(const char *path);
190 extern struct device_node *of_get_parent(const struct device_node *node);
192 extern struct device_node *of_get_next_child(const struct device_node *node,
199 struct device_node *from, const char *prop_name);
204 extern struct property *of_find_property(const struct device_node *np,
205 const char *name,
207 extern int of_property_read_u32_array(const struct device_node *np,
208 const char *propname,
211 extern int of_property_read_u64(const struct device_node *np,
212 const char *propname, u64 *out_value);
215 const char *propname,
216 const char **out_string);
218 const char *propname,
219 int index, const char **output);
221 const char *propname);
222 extern int of_device_is_compatible(const struct device_node *device,
223 const char *);
224 extern int of_device_is_available(const struct device_node *device);
225 extern const void *of_get_property(const struct device_node *node,
226 const char *name,
233 extern const struct of_device_id *of_match_node(
234 const struct of_device_id *matches, const struct device_node *node);
237 const char *phandle_name,
240 const char *list_name, const char *cells_name, int index,
244 extern int of_alias_get_id(struct device_node *np, const char *stem);
246 extern int of_machine_is_compatible(const char *compat);
271 static inline int of_device_is_compatible(const struct device_node *device, in of_device_is_compatible()
272 const char *name) in of_device_is_compatible()
277 static inline struct property *of_find_property(const struct device_node *np, in of_find_property()
278 const char *name, in of_find_property()
286 const char *type, in of_find_compatible_node()
287 const char *compat) in of_find_compatible_node()
292 static inline int of_property_read_u32_array(const struct device_node *np, in of_property_read_u32_array()
293 const char *propname, in of_property_read_u32_array()
300 const char *propname, in of_property_read_string()
301 const char **out_string) in of_property_read_string()
307 const char *propname, int index, in of_property_read_string_index()
308 const char **out_string) in of_property_read_string_index()
314 const char *propname) in of_property_count_strings()
319 static inline const void *of_get_property(const struct device_node *node, in of_get_property()
320 const char *name, in of_get_property()
326 static inline int of_property_read_u64(const struct device_node *np, in of_property_read_u64()
327 const char *propname, u64 *out_value) in of_property_read_u64()
333 const char *phandle_name, in of_parse_phandle()
339 static inline int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id()
344 static inline int of_machine_is_compatible(const char *compat) in of_machine_is_compatible()
353 static inline int of_property_read_u32(const struct device_node *np, in of_property_read_u32()
354 const char *propname, in of_property_read_u32()