Lines Matching refs:DeviceState
37 pub struct DeviceState(Opaque<bindings::DeviceState>); struct
39 unsafe impl Send for DeviceState {} implementation
40 unsafe impl Sync for DeviceState {} implementation
105 pub trait DeviceImpl: ObjectImpl + ResettablePhasesImpl + IsA<DeviceState> {
137 dev: *mut bindings::DeviceState, in rust_realize_fn() argument
185 ResettableClass::cast::<DeviceState>(self).class_init::<T>(); in class_init()
243 unsafe impl ObjectType for DeviceState { implementation
248 qom_isa!(DeviceState: Object);
257 Self::Target: IsA<DeviceState>,
276 dev: &DeviceState, in init_clock_in() argument
356 dev: &DeviceState, in init_gpio_in() argument
392 impl<R: ObjectDeref> DeviceMethods for R where R::Target: IsA<DeviceState> {}