Lines Matching refs:oftree
71 oftree oftree_from_fdt(void *fdt);
104 static inline oftree oftree_from_fdt(void *fdt) in oftree_from_fdt()
106 oftree tree; in oftree_from_fdt()
138 int oftree_new(oftree *treep);
150 int oftree_to_fdt(oftree tree, struct abuf *buf);
191 static inline void *oftree_lookup_fdt(oftree tree) in oftree_lookup_fdt()
276 static inline bool oftree_valid(oftree tree) in oftree_valid()
290 static inline oftree oftree_null(void) in oftree_null()
292 oftree tree; in oftree_null()
351 static inline oftree oftree_default(void) in oftree_default()
353 oftree tree; in oftree_default()
369 static inline oftree oftree_from_np(struct device_node *root) in oftree_from_np()
371 oftree tree; in oftree_from_np()
386 void oftree_dispose(oftree tree);
729 ofnode oftree_get_by_phandle(oftree tree, uint phandle);
960 ofnode oftree_parse_phandle(oftree tree, ofnode node, const char *phandle_name,
1004 int oftree_parse_phandle_with_args(oftree tree, ofnode node, const char *list_name,
1026 int oftree_count_phandle_with_args(oftree tree, ofnode node, const char *list_name,
1046 ofnode oftree_path(oftree tree, const char *path);
1054 ofnode oftree_root(oftree tree);