Lines Matching defs:nodeoffset
207 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name()
227 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset()
291 int nodeoffset, in fdt_get_property()
298 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen()
323 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop()
329 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle()
363 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path()
415 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset()
451 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth()
462 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset()
541 int fdt_node_check_compatible(const void *fdt, int nodeoffset, in fdt_node_check_compatible()