Home
last modified time | relevance | path

Searched refs:DeviceProperty (Results 1 – 2 of 2) sorted by relevance

/external/qemu/hw/core/
Dqdev.c35 struct DeviceProperty { struct
42 DeviceProperty *next; argument
234 static DeviceProperty *create_prop(DeviceState *dev, const char *name, in create_prop()
237 DeviceProperty *prop; in create_prop()
251 DeviceProperty *prop; in qdev_set_prop_int()
259 DeviceProperty *prop; in qdev_set_prop_dev()
267 DeviceProperty *prop; in qdev_set_prop_ptr()
298 static DeviceProperty *find_prop(DeviceState *dev, const char *name, in find_prop()
301 DeviceProperty *prop; in find_prop()
314 DeviceProperty *prop; in qdev_get_prop_int()
[all …]
/external/qemu/include/hw/
Dqdev-core.h9 typedef struct DeviceProperty DeviceProperty; typedef
16 DeviceProperty *props;