Searched refs:arrayinfo (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/hw/core/ |
| H A D | qdev-properties.c | 660 .info = parent_prop->arrayinfo, in array_elem_prop() 687 if (!prop->arrayinfo->release) { in release_prop_array() 693 prop->arrayinfo->release(obj, NULL, &elem_prop); in release_prop_array() 733 prop->arrayinfo->set(obj, v, NULL, &elem_prop, errp); in set_prop_array() 755 if (prop->arrayinfo->release) { in set_prop_array() 756 prop->arrayinfo->release(obj, NULL, &elem_prop); in set_prop_array() 811 prop->arrayinfo->get(obj, v, NULL, &elem_prop, errp); in get_prop_array()
|
| /openbmc/qemu/include/hw/ |
| H A D | qdev-properties.h | 25 const PropertyInfo *arrayinfo; member 163 .arrayinfo = &(_arrayprop), \
|