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

  /external/qemu/hw/
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...]
qdev.h 9 typedef struct DeviceProperty DeviceProperty;
18 DeviceProperty *props;

Completed in 34 milliseconds