/qemu/hw/core/ |
H A D | gpio.c | 59 gchar *propname = g_strdup_printf("%s[%u]", name, i); in qdev_init_gpio_in_named_with_opaque() local 87 gchar *propname = g_strdup_printf("%s[%u]", name, in qdev_init_gpio_out_named() local 120 char *propname = g_strdup_printf("%s[%d]", in qdev_connect_gpio_out_named() local 134 g_autofree char *propname = g_strdup_printf("%s[%d]", in qdev_get_gpio_out_connector() local 148 char *propname = g_strdup_printf("%s[%d]", in qdev_disconnect_gpio_out_named() local 181 char *propname = g_strdup_printf("%s[%d]", nm, i); in qdev_pass_gpios() local 189 char *propname = g_strdup_printf("%s[%d]", nm, i); in qdev_pass_gpios() local
|
/qemu/hw/ppc/ |
H A D | spapr_vof.c | 112 bool spapr_vof_setprop(MachineState *ms, const char *path, const char *propname, in spapr_vof_setprop()
|
H A D | vof.c | 176 static const void *getprop(const void *fdt, int nodeoff, const char *propname, in getprop() 221 char propname[OF_PROPNAME_LEN_MAX + 1]; in vof_getprop() local 269 char propname[OF_PROPNAME_LEN_MAX + 1]; in vof_getproplen() local 296 char propname[OF_PROPNAME_LEN_MAX + 1] = ""; in vof_setprop() local
|
H A D | spapr_iommu.c | 630 int spapr_dma_dt(void *fdt, int node_off, const char *propname, in spapr_dma_dt() 660 int spapr_tcet_dma_dt(void *fdt, int node_off, const char *propname, in spapr_tcet_dma_dt()
|
H A D | pegasos2.c | 586 const char *propname, void *val, int vallen) in pegasos2_setprop()
|
/qemu/pc-bios/vof/ |
H A D | ci.c | 88 uint32_t ci_getprop(phandle ph, const char *propname, void *prop, int len) in ci_getprop()
|
/qemu/hw/arm/ |
H A D | xlnx-versal.c | 703 g_autofree char *propname = g_strdup_printf("cframe%d", i); in versal_create_cfu() local 722 g_autofree char *propname = g_strdup_printf("cframe%d", i); in versal_create_cfu() local
|
/qemu/include/qom/ |
H A D | object.h | 832 #define object_initialize_child(parent, propname, child, type) \ argument
|
/qemu/qom/ |
H A D | object.c | 582 const char *propname, in object_initialize_child_with_props() 599 const char *propname, in object_initialize_child_with_propsv() 641 const char *propname, in object_initialize_child_internal() 878 const char *propname; in object_set_propv() local
|
/qemu/system/ |
H A D | vl.c | 1588 machine_merge_property(const char *propname, QDict *prop, Error **errp) in machine_merge_property() 1601 machine_parse_property_opt(QemuOptsList *opts_list, const char *propname, in machine_parse_property_opt()
|
/qemu/target/riscv/kvm/ |
H A D | kvm-cpu.c | 496 const char *propname = opaque; in cpu_set_cfg_unavailable() local
|
/qemu/target/riscv/ |
H A D | cpu.c | 1405 static void cpu_set_prop_err(RISCVCPU *cpu, const char *propname, in cpu_set_prop_err()
|
/qemu/target/ppc/ |
H A D | kvm.c | 1950 static uint64_t kvmppc_read_int_cpu_dt(const char *propname) in kvmppc_read_int_cpu_dt()
|