Home
last modified time | relevance | path

Searched refs:object_property_add_uint16_ptr (Results 1 – 4 of 4) sorted by relevance

/qemu/hw/acpi/
H A Dpcihp.c510 object_property_add_uint16_ptr(owner, ACPI_PCIHP_IO_BASE_PROP, &s->io_base, in acpi_pcihp_init()
512 object_property_add_uint16_ptr(owner, ACPI_PCIHP_IO_LEN_PROP, &s->io_len, in acpi_pcihp_init()
H A Dpiix4.c443 object_property_add_uint16_ptr(OBJECT(s), ACPI_PM_PROP_SCI_INT, in piix4_pm_add_properties()
/qemu/include/qom/
H A Dobject.h1883 ObjectProperty *object_property_add_uint16_ptr(Object *obj, const char *name,
/qemu/qom/
H A Dobject.c2655 object_property_add_uint16_ptr(Object *obj, const char *name, in object_property_add_uint16_ptr() function