Searched refs:fdt_path_offset (Results 1 - 3 of 3) sorted by relevance

/gem5/src/base/loader/
H A Ddtb_object.cc107 int offset = fdt_path_offset((void*)fdt_buf_w_space, full_path_node_name);
110 offset = fdt_path_offset((void*)fdt_buf_w_space, root_path);
114 offset = fdt_path_offset((void*)fdt_buf_w_space, full_path_node_name);
160 int offset = fdt_path_offset(fd, "/cpus/cpu@0");
/gem5/ext/libfdt/
H A Dfdt_ro.c136 int fdt_path_offset(const void *fdt, const char *path) function
154 offset = fdt_path_offset(fdt, p);
324 aliasoffset = fdt_path_offset(fdt, "/aliases");
H A Dlibfdt.h283 * fdt_path_offset - find a tree node by its full path
287 * fdt_path_offset() finds a node of a given path in the device tree.
304 int fdt_path_offset(const void *fdt, const char *path);

Completed in 11 milliseconds