Lines Matching refs:node_path
88 char *node_path, char *nodename) in copy_properties_from_host() argument
95 r = qemu_fdt_getprop(host_fdt, node_path, in copy_properties_from_host()
142 char *node_path = NULL; in fdt_build_clock_node() local
153 node_path = g_malloc(path_len); in fdt_build_clock_node()
154 while ((ret = fdt_get_path(host_fdt, node_offset, node_path, path_len)) in fdt_build_clock_node()
157 node_path = g_realloc(node_path, path_len); in fdt_build_clock_node()
165 r = qemu_fdt_getprop(host_fdt, node_path, "compatible", &prop_len, in fdt_build_clock_node()
172 nodename = strrchr(node_path, '/'); in fdt_build_clock_node()
178 node_path, nodename); in fdt_build_clock_node()
182 g_free(node_path); in fdt_build_clock_node()
300 char **node_path, *nodename, *dt_name; in add_amd_xgbe_fdt_node() local
317 node_path = qemu_fdt_node_path(host_fdt, dt_name, vdev->compat, in add_amd_xgbe_fdt_node()
319 if (!node_path || !node_path[0]) { in add_amd_xgbe_fdt_node()
325 if (node_path[1]) { in add_amd_xgbe_fdt_node()
339 r = qemu_fdt_getprop(host_fdt, node_path[0], "clocks", in add_amd_xgbe_fdt_node()
371 node_path[0], nodename); in add_amd_xgbe_fdt_node()
413 g_strfreev(node_path); in add_amd_xgbe_fdt_node()