Searched refs:object_property_add_uint16_ptr (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/acpi/ |
H A D | pcihp.c | 510 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 D | piix4.c | 443 object_property_add_uint16_ptr(OBJECT(s), ACPI_PM_PROP_SCI_INT, in piix4_pm_add_properties()
|
/openbmc/qemu/include/qom/ |
H A D | object.h | 1883 ObjectProperty *object_property_add_uint16_ptr(Object *obj, const char *name,
|
/openbmc/qemu/qom/ |
H A D | object.c | 2649 object_property_add_uint16_ptr(Object *obj, const char *name, in object_property_add_uint16_ptr() function
|