Searched refs:fdt_node_offset_by_phandle (Results 1 – 4 of 4) sorted by relevance
969 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);
79 ret = fdt_node_offset_by_phandle(fdt, phandle); in overlay_get_target()
678 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle() function
478 return check_err(fdt_node_offset_by_phandle(self._fdt, phandle), quiet)
Completed in 11 milliseconds