Lines Matching full:bindings
7 use crate::bindings;
13 klass: *mut $crate::bindings::ObjectClass,
17 ::core::ptr::NonNull::new(klass.cast::<$crate::bindings::DeviceClass>()).unwrap();
21 $crate::bindings::device_class_set_legacy_reset(dc.as_mut(), $legacy_reset_fn);
22 $crate::bindings::device_class_set_props(dc.as_mut(), $props.as_ptr());
31 $crate::bindings::Property {
37 defval: $crate::bindings::Property__bindgen_ty_1 { u: $defval as u64 },
42 $crate::bindings::Property {
56 pub static $ident: [$crate::bindings::Property; {
72 unsafe { CStr::from_bytes_with_nul_unchecked(bindings::TYPE_DEVICE) };
74 unsafe { CStr::from_bytes_with_nul_unchecked(bindings::TYPE_SYS_BUS_DEVICE) };