Home
last modified time | relevance | path

Searched refs:ObjectPropertyAccessor (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/qom/
H A Dobject.h42 typedef void (ObjectPropertyAccessor)(Object *obj, typedef
93 ObjectPropertyAccessor *get;
94 ObjectPropertyAccessor *set;
1035 ObjectPropertyAccessor *get,
1036 ObjectPropertyAccessor *set,
1064 ObjectPropertyAccessor *get,
1065 ObjectPropertyAccessor *set,
1073 ObjectPropertyAccessor *get,
1074 ObjectPropertyAccessor *set,
/openbmc/qemu/qom/
H A Dobject.c2570 ObjectPropertyAccessor *getter = NULL; in object_property_add_uint8_ptr()
2571 ObjectPropertyAccessor *setter = NULL; in object_property_add_uint8_ptr()
2590 ObjectPropertyAccessor *getter = NULL; in object_class_property_add_uint8_ptr()
2591 ObjectPropertyAccessor *setter = NULL; in object_class_property_add_uint8_ptr()
2610 ObjectPropertyAccessor *getter = NULL; in object_property_add_uint16_ptr()
2611 ObjectPropertyAccessor *setter = NULL; in object_property_add_uint16_ptr()
2630 ObjectPropertyAccessor *getter = NULL; in object_class_property_add_uint16_ptr()
2631 ObjectPropertyAccessor *setter = NULL; in object_class_property_add_uint16_ptr()
2650 ObjectPropertyAccessor *getter = NULL; in object_property_add_uint32_ptr()
2651 ObjectPropertyAccessor *setter = NULL; in object_property_add_uint32_ptr()
[all …]
/openbmc/qemu/include/hw/
H A Dqdev-properties.h41 ObjectPropertyAccessor *get;
42 ObjectPropertyAccessor *set;
/openbmc/qemu/hw/ppc/
H A Dspapr_caps.c60 ObjectPropertyAccessor *get;
61 ObjectPropertyAccessor *set;
/openbmc/qemu/hw/core/
H A Dqdev-properties.c74 static ObjectPropertyAccessor *field_prop_getter(const PropertyInfo *info) in field_prop_getter()
96 static ObjectPropertyAccessor *field_prop_setter(const PropertyInfo *info) in field_prop_setter()