Searched refs:fdt_node_offset_by_phandle (Results 1 – 9 of 9) sorted by relevance
37 fdt fdt_node_offset_by_phandle
36 fdt fdt_node_offset_by_phandle
199 node = fdt_node_offset_by_phandle(dtb, phandle); in get_oid()298 node = fdt_node_offset_by_phandle(dtb, phandle); in get_parent_img_id()
245 node = fdt_node_offset_by_phandle(hw_config_dtb, phandle); in fconf_populate_uart_config()
258 node = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in dt_get_pwr_vdd_voltage()
184 p_node = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in dt_set_pinctrl_config()
1004 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()
681 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle() function
Completed in 12 milliseconds