Home
last modified time | relevance | path

Searched defs:DeviceState (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/
H A Dqdev-core.h226 struct DeviceState { struct
228 Object parent_obj;
234 char *id;
238 char *canonical_path;
242 bool realized;
246 bool pending_deleted_event;
250 int64_t pending_deleted_expires_ms;
254 int hotplugged;
258 bool allow_unplug_during_migration;
262 BusState *parent_bus;
[all …]
/openbmc/qemu/rust/qemu-api/src/
H A Dqdev.rs37 pub struct DeviceState(Opaque<bindings::DeviceState>); struct
39 unsafe impl Send for DeviceState {} implementation
40 unsafe impl Sync for DeviceState {} implementation
137 dev: *mut bindings::DeviceState, in rust_realize_fn()
243 unsafe impl ObjectType for DeviceState { implementation
252 impl DeviceState { impl
270 T::ParentType: IsA<DeviceState>, in init_clock_in()
273 dev: &DeviceState, in init_clock_in()
326 T::ParentType: IsA<DeviceState>, in init_clock_out()
367 dev: &DeviceState, in init_gpio_in()
/openbmc/qemu/include/qemu/
H A Dtypedefs.h45 typedef struct DeviceState DeviceState; typedef
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs674 ) -> *mut DeviceState { in pl011_create()