Searched refs:fdt_find_max_phandle (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/libs/libfdt/
H A Dlibfdt.h370 * fdt_find_max_phandle - find and return the highest phandle in a tree
374 * fdt_find_max_phandle() finds the highest phandle value in the given device
381 int fdt_find_max_phandle(const void *fdt, uint32_t *phandle);
391 * This function is deprecated in favour of fdt_find_max_phandle().
403 err = fdt_find_max_phandle(fdt, &phandle);
/haiku/src/libs/libfdt/
H A Dfdt_ro.c114 int fdt_find_max_phandle(const void *fdt, uint32_t *phandle) function
147 err = fdt_find_max_phandle(fdt, &max);
H A Dfdt_overlay.c838 ret = fdt_find_max_phandle(fdt, &delta);

Completed in 21 milliseconds