Searched refs:qemu_fdt_getprop (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/core/ |
H A D | sysbus-fdt.c | 93 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 D | device_tree.h | 103 const void *qemu_fdt_getprop(void *fdt, const char *node_path,
|
/openbmc/qemu/system/ |
H A D | device_tree.c | 431 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 D | xlnx-zcu102.c | 90 r = qemu_fdt_getprop(fdt, node_path[i], "method", &prop_len, NULL); in zcu102_modify_dtb()
|