Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Dsysbus-fdt.c93 r = qemu_fdt_getprop(host_fdt, node_path, in copy_properties_from_host()
163 r = qemu_fdt_getprop(host_fdt, node_path, "compatible", &prop_len, in fdt_build_clock_node()
337 r = qemu_fdt_getprop(host_fdt, node_path[0], "clocks", in add_amd_xgbe_fdt_node()
/openbmc/qemu/include/sysemu/
H A Ddevice_tree.h103 const void *qemu_fdt_getprop(void *fdt, const char *node_path,
/openbmc/qemu/system/
H A Ddevice_tree.c431 const void *qemu_fdt_getprop(void *fdt, const char *node_path, in qemu_fdt_getprop() function
457 p = qemu_fdt_getprop(fdt, node_path, property, lenp, errp); in qemu_fdt_getprop_cell()
/openbmc/qemu/hw/arm/
H A Dxlnx-zcu102.c90 r = qemu_fdt_getprop(fdt, node_path[i], "method", &prop_len, NULL); in zcu102_modify_dtb()