Searched defs:DeviceState (Results 1 – 4 of 4) sorted by relevance
226 struct DeviceState { struct228 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 …]
37 pub struct DeviceState(Opaque<bindings::DeviceState>); struct39 unsafe impl Send for DeviceState {} implementation40 unsafe impl Sync for DeviceState {} implementation137 dev: *mut bindings::DeviceState, in rust_realize_fn()243 unsafe impl ObjectType for DeviceState { implementation252 impl DeviceState { impl270 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()
45 typedef struct DeviceState DeviceState; typedef
674 ) -> *mut DeviceState { in pl011_create()