Home
last modified time | relevance | path

Searched refs:visit_type_uint32 (Results 1 – 19 of 19) sorted by relevance

/openbmc/qemu/net/
H A Dfilter-buffer.c154 visit_type_uint32(v, name, &value, errp); in filter_buffer_get_interval()
164 if (!visit_type_uint32(v, name, &value, errp)) { in filter_buffer_set_interval()
H A Ddump.c188 visit_type_uint32(v, name, &value, errp); in filter_dump_get_maxlen()
197 if (!visit_type_uint32(v, name, &value, errp)) { in filter_dump_set_maxlen()
/openbmc/qemu/tests/unit/
H A Dtest-qdev-global-props.c161 visit_type_uint32(v, name, &mt->prop1, errp); in DECLARE_INSTANCE_CHECKER()
169 visit_type_uint32(v, name, &mt->prop2, errp); in prop2_accessor()
H A Dtest-visitor-serialization.c117 visit_type_uint32(v, NULL, &pt->value.u32, errp); in visit_primitive_type()
H A Dtest-qobject-input-visitor.c1069 visit_type_uint32(v, "u32", &u32, &err); in test_visitor_in_fail_struct_missing()
/openbmc/qemu/hw/acpi/
H A Dpci.c122 if (!visit_type_uint32(v, name, &value, errp)) { in acpi_generic_initiator_set_node()
237 if (!visit_type_uint32(v, name, &value, errp)) { in acpi_generic_port_set_node()
H A Dich9.c355 visit_type_uint32(v, name, &value, errp); in ich9_pm_get_gpe0_blk()
/openbmc/qemu/include/qapi/
H A Dvisitor.h571 bool visit_type_uint32(Visitor *v, const char *name, uint32_t *obj,
/openbmc/qemu/hw/pci-host/
H A Di440fx.c149 visit_type_uint32(v, name, &value, errp); in i440fx_pcihost_get_pci_hole_start()
163 visit_type_uint32(v, name, &value, errp); in i440fx_pcihost_get_pci_hole_end()
/openbmc/qemu/hw/xen/
H A Dxen-pvh-common.c287 if (!visit_type_uint32(v, name, &value, errp)) { in XEN_PVH_PROP_MEMMAP()
301 visit_type_uint32(v, name, &value, errp); in xen_pvh_get_pci_intx_irq_base()
/openbmc/qemu/hw/misc/
H A Dnpcm7xx_mft.c425 visit_type_uint32(v, name, (uint32_t *)opaque, errp); in npcm7xx_mft_get_max_rpm()
435 if (!visit_type_uint32(v, name, &value, errp)) { in npcm7xx_mft_set_max_rpm()
H A Daspeed_lpc.c230 visit_type_uint32(v, name, &val, errp); in aspeed_kcs_get_register_property()
279 if (!visit_type_uint32(v, name, &val, errp)) { in aspeed_kcs_set_register_property()
/openbmc/qemu/backends/
H A Dhostmem.c263 visit_type_uint32(v, name, &backend->prealloc_threads, errp); in host_memory_backend_get_prealloc_threads()
272 if (!visit_type_uint32(v, name, &value, errp)) { in host_memory_backend_set_prealloc_threads()
H A Dcryptodev.c299 visit_type_uint32(v, name, &value, errp); in cryptodev_backend_get_queues()
309 if (!visit_type_uint32(v, name, &value, errp)) { in cryptodev_backend_set_queues()
/openbmc/qemu/qapi/
H A Dtrace-events27 visit_type_uint32(void *v, const char *name, uint32_t *obj) "v=%p name=%s obj=%p"
H A Dqapi-visit-core.c231 bool visit_type_uint32(Visitor *v, const char *name, uint32_t *obj, in visit_type_uint32() function
/openbmc/qemu/hw/gpio/
H A Dstm32l4x5_gpio.c254 visit_type_uint32(v, name, &clock_freq_hz, errp); in clock_freq_get()
/openbmc/qemu/hw/ppc/
H A Dspapr_drc.c322 visit_type_uint32(v, name, &value, errp); in prop_get_index()
/openbmc/qemu/ui/
H A Dconsole.c436 visit_type_uint32(v, name, &c->head, errp); in qemu_graphic_console_prop_get_head()