HomeSort by relevance Sort by last modified time
    Searched defs:DeviceProperty (Results 1 - 2 of 2) sorted by null

  /external/qemu/include/hw/
qdev-core.h 9 typedef struct DeviceProperty DeviceProperty;
16 DeviceProperty *props;
  /external/qemu/hw/core/
qdev.c 35 struct DeviceProperty {
42 DeviceProperty *next;
234 static DeviceProperty *create_prop(DeviceState *dev, const char *name,
237 DeviceProperty *prop;
251 DeviceProperty *prop;
259 DeviceProperty *prop;
267 DeviceProperty *prop;
298 static DeviceProperty *find_prop(DeviceState *dev, const char *name,
301 DeviceProperty *prop;
314 DeviceProperty *prop
    [all...]

Completed in 131 milliseconds