Searched refs:MiscDevice (Results 1 – 2 of 2) sorted by relevance
34 pub const fn into_raw<T: MiscDevice>(self) -> bindings::miscdevice { in into_raw()69 impl<T: MiscDevice> MiscDeviceRegistration<T> {114 pub trait MiscDevice: Sized { interface196 struct MiscdeviceVTable<T: MiscDevice>(PhantomData<T>);198 impl<T: MiscDevice> MiscdeviceVTable<T> {
103 miscdevice::{MiscDevice, MiscDeviceOptions, MiscDeviceRegistration},155 impl MiscDevice for RustMiscDevice {