Searched refs:fdt_node_offset_by_phandle (Results 1 – 5 of 5) sorted by relevance
35 offset = fdt_node_offset_by_phandle(fdt, phandle); in check_search()
26 fdt_node_offset_by_phandle;
64 return fdt_node_offset_by_phandle(fdt, phandle); in overlay_get_target()
892 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);
525 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle() function