Lines Matching defs:nodeoffset
300 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name()
338 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset()
444 int nodeoffset, in fdt_get_property()
451 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen()
502 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop()
508 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle()
542 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path()
594 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset()
632 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth()
644 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset()
723 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) in fdt_stringlist_count()
748 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search()
778 const char *fdt_stringlist_get(const void *fdt, int nodeoffset, in fdt_stringlist_get()
823 int fdt_node_check_compatible(const void *fdt, int nodeoffset, in fdt_node_check_compatible()