Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/dtc/libfdt/
H A Dlibfdt.h357 * fdt_find_max_phandle - find and return the highest phandle in a tree
361 * fdt_find_max_phandle() finds the highest phandle value in the given device
368 int fdt_find_max_phandle(const void *fdt, uint32_t *phandle);
378 * This function is deprecated in favour of fdt_find_max_phandle().
390 err = fdt_find_max_phandle(fdt, &phandle); in fdt_get_max_phandle()
H A Dfdt_ro.c114 int fdt_find_max_phandle(const void *fdt, uint32_t *phandle) in fdt_find_max_phandle() function
147 err = fdt_find_max_phandle(fdt, &max); in fdt_generate_phandle()
H A Dfdt_overlay.c838 ret = fdt_find_max_phandle(fdt, &delta); in fdt_overlay_apply()
/kernel/linux/linux-6.6/scripts/dtc/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); in fdt_get_max_phandle()
H A Dfdt_ro.c114 int fdt_find_max_phandle(const void *fdt, uint32_t *phandle) in fdt_find_max_phandle() function
147 err = fdt_find_max_phandle(fdt, &max); in fdt_generate_phandle()
H A Dfdt_overlay.c823 ret = fdt_find_max_phandle(fdt, &delta); in fdt_overlay_apply()

Completed in 10 milliseconds