Home
last modified time | relevance | path

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

/linux/scripts/dtc/libfdt/
H A Dfdt_overlay.c403 phandle = fdt_get_phandle(fdt, symbol_off); in overlay_fixup_phandle()
662 fdt_phandle = fdt_get_phandle(fdt, fdtnode); in overlay_prevent_phandle_overwrite_node()
663 fdto_phandle = fdt_get_phandle(fdto, fdtonode); in overlay_prevent_phandle_overwrite_node()
H A Dfdt_ro.c130 value = fdt_get_phandle(fdt, offset); in fdt_find_max_phandle()
511 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle() function
728 if (fdt_get_phandle(fdt, offset) == phandle) in fdt_node_offset_by_phandle()
H A Dlibfdt.h864 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset);
/linux/arch/mips/generic/
H A Dboard-sead3.c80 cpu_phandle = fdt_get_phandle(fdt, cpu_off); in remove_gic()
/linux/arch/mips/mti-malta/
H A Dmalta-dtshim.c280 cpu_phandle = fdt_get_phandle(fdt, cpu_off); in remove_gic()