Searched refs:fdt_find_max_phandle (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/libfdt/ |
H A D | libfdt.h | 357 * 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 D | fdt_ro.c | 114 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 D | fdt_overlay.c | 838 ret = fdt_find_max_phandle(fdt, &delta); in fdt_overlay_apply()
|
/kernel/linux/linux-6.6/scripts/dtc/libfdt/ |
H A D | libfdt.h | 370 * 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 D | fdt_ro.c | 114 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 D | fdt_overlay.c | 823 ret = fdt_find_max_phandle(fdt, &delta); in fdt_overlay_apply()
|
Completed in 10 milliseconds