Home
last modified time | relevance | path

Searched defs:propname (Results 1 – 13 of 13) sorted by relevance

/qemu/hw/core/
H A Dgpio.c59 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 Dspapr_vof.c112 bool spapr_vof_setprop(MachineState *ms, const char *path, const char *propname, in spapr_vof_setprop()
H A Dvof.c176 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 Dspapr_iommu.c630 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 Dpegasos2.c586 const char *propname, void *val, int vallen) in pegasos2_setprop()
/qemu/pc-bios/vof/
H A Dci.c88 uint32_t ci_getprop(phandle ph, const char *propname, void *prop, int len) in ci_getprop()
/qemu/hw/arm/
H A Dxlnx-versal.c703 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 Dobject.h832 #define object_initialize_child(parent, propname, child, type) \ argument
/qemu/qom/
H A Dobject.c582 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 Dvl.c1588 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 Dkvm-cpu.c496 const char *propname = opaque; in cpu_set_cfg_unavailable() local
/qemu/target/riscv/
H A Dcpu.c1405 static void cpu_set_prop_err(RISCVCPU *cpu, const char *propname, in cpu_set_prop_err()
/qemu/target/ppc/
H A Dkvm.c1950 static uint64_t kvmppc_read_int_cpu_dt(const char *propname) in kvmppc_read_int_cpu_dt()