fdt_get_phandle    80 arch/mips/generic/board-sead3.c 	cpu_phandle = fdt_get_phandle(fdt, cpu_off);
fdt_get_phandle   280 arch/mips/mti-malta/malta-dtshim.c 	cpu_phandle = fdt_get_phandle(fdt, cpu_off);
fdt_get_phandle   783 drivers/of/fdt.c 	return fdt_get_phandle(initial_boot_params, node);
fdt_get_phandle   391 scripts/dtc/libfdt/fdt_overlay.c 	phandle = fdt_get_phandle(fdt, symbol_off);
fdt_get_phandle   118 scripts/dtc/libfdt/fdt_ro.c 		value = fdt_get_phandle(fdt, offset);
fdt_get_phandle   674 scripts/dtc/libfdt/fdt_ro.c 		if (fdt_get_phandle(fdt, offset) == phandle)
fdt_get_phandle   804 scripts/dtc/libfdt/libfdt.h uint32_t fdt_get_phandle(const void *fdt, int nodeoffset);