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

/haiku-fatelf/src/libs/libfdt/
H A Dfdt_ro.c323 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) function
504 * fdt_get_phandle(), then if that didn't find what
511 if (fdt_get_phandle(fdt, offset) == phandle)
/haiku-fatelf/headers/libs/libfdt/
H A Dlibfdt.h551 * fdt_get_phandle - retrieve the phandle of a given node
555 * fdt_get_phandle() retrieves the phandle of the device tree node at
562 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset);

Completed in 50 milliseconds