| /openbmc/qemu/net/ |
| H A D | filter-buffer.c | 154 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 D | dump.c | 188 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 D | test-qdev-global-props.c | 161 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 D | test-visitor-serialization.c | 117 visit_type_uint32(v, NULL, &pt->value.u32, errp); in visit_primitive_type()
|
| H A D | test-qobject-input-visitor.c | 1069 visit_type_uint32(v, "u32", &u32, &err); in test_visitor_in_fail_struct_missing()
|
| /openbmc/qemu/hw/acpi/ |
| H A D | pci.c | 122 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 D | ich9.c | 355 visit_type_uint32(v, name, &value, errp); in ich9_pm_get_gpe0_blk()
|
| /openbmc/qemu/include/qapi/ |
| H A D | visitor.h | 571 bool visit_type_uint32(Visitor *v, const char *name, uint32_t *obj,
|
| /openbmc/qemu/hw/pci-host/ |
| H A D | i440fx.c | 149 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 D | xen-pvh-common.c | 287 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 D | npcm7xx_mft.c | 425 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 D | aspeed_lpc.c | 230 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 D | hostmem.c | 263 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 D | cryptodev.c | 299 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 D | trace-events | 27 visit_type_uint32(void *v, const char *name, uint32_t *obj) "v=%p name=%s obj=%p"
|
| H A D | qapi-visit-core.c | 231 bool visit_type_uint32(Visitor *v, const char *name, uint32_t *obj, in visit_type_uint32() function
|
| /openbmc/qemu/hw/gpio/ |
| H A D | stm32l4x5_gpio.c | 254 visit_type_uint32(v, name, &clock_freq_hz, errp); in clock_freq_get()
|
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr_drc.c | 322 visit_type_uint32(v, name, &value, errp); in prop_get_index()
|
| /openbmc/qemu/ui/ |
| H A D | console.c | 436 visit_type_uint32(v, name, &c->head, errp); in qemu_graphic_console_prop_get_head()
|