Searched defs:DeviceState (Results 1 - 2 of 2) sorted by relevance

/external/qemu/hw/
H A Dqdev.h15 struct DeviceState { struct
25 QLIST_ENTRY(DeviceState) sibling;
37 DeviceState *parent;
40 QLIST_HEAD(, DeviceState) children;
46 DeviceState *qdev_create(BusState *bus, const char *name);
47 void qdev_init(DeviceState *dev);
48 void qdev_free(DeviceState *dev);
51 void qdev_set_prop_int(DeviceState *dev, const char *name, uint64_t value);
52 void qdev_set_prop_dev(DeviceState *dev, const char *name, DeviceState *valu
[all...]
/external/qemu/
H A Dqemu-common.h19 typedef struct DeviceState DeviceState; typedef in typeref:struct:DeviceState

Completed in 58 milliseconds