HomeSort by: relevance | last modified time | path
    Searched refs:fdt_find_max_phandle (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/libfdt/dist/
version.lds 70 fdt_find_max_phandle;
libfdt.h 354 * fdt_find_max_phandle - find and return the highest phandle in a tree
358 * fdt_find_max_phandle() finds the highest phandle value in the given device
365 int fdt_find_max_phandle(const void *fdt, uint32_t *phandle);
375 * This function is deprecated in favour of fdt_find_max_phandle().
387 err = fdt_find_max_phandle(fdt, &phandle);
fdt_ro.c 105 int fdt_find_max_phandle(const void *fdt, uint32_t *phandle) function in typeref:typename:int
138 err = fdt_find_max_phandle(fdt, &max);
fdt_overlay.c 839 ret = fdt_find_max_phandle(fdt, &delta);

Completed in 15 milliseconds