Home
last modified time | relevance | path

Searched refs:fdt_path_offset (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/arch/powerpc/boot/
Dsimpleboot.c40 node = fdt_path_offset(_dtb_start, "/"); in platform_init()
Dlibfdt-wrapper.c78 return offset_devp(fdt_path_offset(fdt, path)); in fdt_wrapper_finddevice()
/linux-3.4.99/arch/arm/boot/compressed/
Datags_to_fdt.c6 int offset = fdt_path_offset(fdt, node_path); in node_offset()
/linux-3.4.99/scripts/dtc/libfdt/
Dlibfdt.h320 int fdt_path_offset(const void *fdt, const char *path);
Dfdt_ro.c129 int fdt_path_offset(const void *fdt, const char *path) in fdt_path_offset() function