Searched refs:fdt_node_offset_by_phandle (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/fdt/
H A Dfdt_module.cpp488 int node = fdt_node_offset_by_phandle(gFDT, interrupt_parent_phandle);
634 int interruptParent = fdt_node_offset_by_phandle(gFDT, irqEntry.parentIrqCtrl);
/haiku/src/system/boot/platform/efi/
H A Ddtb.cpp283 int parentNode = fdt_node_offset_by_phandle(fdt, parentPhandle);
460 return fdt_node_offset_by_phandle(fdt, phandle);
528 int offset = fdt_node_offset_by_phandle(fdt, phandle);
/haiku/headers/libs/libfdt/
H A Dlibfdt.h1012 * fdt_node_offset_by_phandle - find the node with a given phandle
1016 * fdt_node_offset_by_phandle() returns the offset of the node
1030 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);
/haiku/src/libs/libfdt/
H A Dfdt_overlay.c79 ret = fdt_node_offset_by_phandle(fdt, phandle);
H A Dfdt_ro.c681 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) function

Completed in 121 milliseconds