Searched refs:fdt_find_max_phandle (Results 1 – 4 of 4) sorted by relevance
381 int fdt_find_max_phandle(const void *fdt, uint32_t *phandle);403 err = fdt_find_max_phandle(fdt, &phandle); in fdt_get_max_phandle()
114 int fdt_find_max_phandle(const void *fdt, uint32_t *phandle) in fdt_find_max_phandle() function147 err = fdt_find_max_phandle(fdt, &max); in fdt_generate_phandle()
823 ret = fdt_find_max_phandle(fdt, &delta); in fdt_overlay_apply()
416 ret = fdt_find_max_phandle(dtb, &phandle); in fdt_add_cpu_idle_states()
Completed in 10 milliseconds