Searched refs:fdt_node_offset_by_phandle (Results 1 – 7 of 7) sorted by relevance
70 parent_node = fdt_node_offset_by_phandle(fdt, phandle); in parse_clock_property()
1546 subnode_pll = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in clk_stm32_parse_pll_fdt()1554 subnode_vco = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in clk_stm32_parse_pll_fdt()
321 node = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in stm32_pinctrl_fdt_get_pinctrl()
79 ret = fdt_node_offset_by_phandle(fdt, phandle); in overlay_get_target()
657 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle() function
999 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);
358 node = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in save_cpu_supply_name()
Completed in 18 milliseconds