Home
last modified time | relevance | path

Searched refs:qemu_fdt_node_path (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Ddevice_tree.h46 char **qemu_fdt_node_path(void *fdt, const char *name, const char *compat,
/openbmc/qemu/hw/arm/
H A Dxlnx-zcu102.c86 node_path = qemu_fdt_node_path(fdt, NULL, "xlnx,zynqmp-firmware", in zcu102_modify_dtb()
/openbmc/qemu/hw/core/
H A Dsysbus-fdt.c315 node_path = qemu_fdt_node_path(host_fdt, dt_name, vdev->compat, in add_amd_xgbe_fdt_node()
/openbmc/qemu/system/
H A Ddevice_tree.c300 char **qemu_fdt_node_path(void *fdt, const char *name, const char *compat, in qemu_fdt_node_path() function