Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/dtc/libfdt/
Dfdt_ro.c107 phandle = fdt_get_phandle(fdt, offset); in fdt_get_max_phandle()
425 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle() function
613 if (fdt_get_phandle(fdt, offset) == phandle) in fdt_node_offset_by_phandle()
Dlibfdt.h713 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset);
Dfdt_overlay.c436 phandle = fdt_get_phandle(fdt, symbol_off); in overlay_fixup_one_phandle()
/Linux-v4.19/arch/mips/generic/
Dboard-sead3.c84 cpu_phandle = fdt_get_phandle(fdt, cpu_off); in remove_gic()
/Linux-v4.19/arch/mips/mti-malta/
Dmalta-dtshim.c284 cpu_phandle = fdt_get_phandle(fdt, cpu_off); in remove_gic()
/Linux-v4.19/drivers/of/
Dfdt.c822 return fdt_get_phandle(initial_boot_params, node); in of_get_flat_dt_phandle()