Searched refs:fdt_get_phandle (Results 1 – 4 of 4) sorted by relevance
119 value = fdt_get_phandle(fdt, offset); in fdt_find_max_phandle()487 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle() function675 if (fdt_get_phandle(fdt, offset) == phandle) in fdt_node_offset_by_phandle()
391 phandle = fdt_get_phandle(fdt, symbol_off); in overlay_fixup_one_phandle()
804 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset);
135 phandle = fdt_get_phandle(fdt, nodeoffset); in dt_driver_register_provider()
Completed in 9 milliseconds