Lines Matching defs:nodeoffset
199 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name()
219 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset()
283 int nodeoffset, in fdt_get_property()
290 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen()
315 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop()
321 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle()
355 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path()
407 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset()
443 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth()
454 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset()
533 int fdt_node_check_compatible(const void *fdt, int nodeoffset, in fdt_node_check_compatible()