Searched refs:fdt_get_phandle (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_dtb.cpp63 info->phandle = fdt_get_phandle(fdt, subNode);
/haiku/src/libs/libfdt/
H A Dfdt_ro.c130 value = fdt_get_phandle(fdt, offset);
508 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) function
692 * fdt_get_phandle(), then if that didn't find what
699 if (fdt_get_phandle(fdt, offset) == phandle)
H A Dfdt_overlay.c392 phandle = fdt_get_phandle(fdt, symbol_off);
/haiku/headers/libs/libfdt/
H A Dlibfdt.h821 * fdt_get_phandle - retrieve the phandle of a given node
825 * fdt_get_phandle() retrieves the phandle of the device tree node at
832 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset);

Completed in 99 milliseconds