Searched refs:fdt_path_offset (Results 1 – 6 of 6) sorted by relevance
11 fdt_path_offset;
155 int fdt_path_offset(const void *fdt, const char *path) in fdt_path_offset() function173 offset = fdt_path_offset(fdt, p); in fdt_path_offset()343 aliasoffset = fdt_path_offset(fdt, "/aliases"); in fdt_get_alias_namelen()
793 nodeoff = fdt_path_offset(pfdt, path); in copy_node_by_path()1044 node = fdt_path_offset(fdt, name); in finalise_one_node()1084 chosen = fdt_path_offset(fdt, "/chosen"); in libxl__arch_domain_finalise_hw_description()
340 int fdt_path_offset(const void *fdt, const char *path);
425 node = fdt_path_offset(fdt, "/chosen"); in boot_fdt_cmdline()
2250 node = fdt_path_offset(kinfo->fdt, "/chosen"); in initrd_load()
Completed in 12 milliseconds