Searched refs:MiscDevice (Results 1 – 2 of 2) sorted by relevance
33 pub const fn into_raw<T: MiscDevice>(self) -> bindings::miscdevice { in into_raw()63 impl<T: MiscDevice> MiscDeviceRegistration<T> {108 pub trait MiscDevice: Sized { interface164 struct MiscdeviceVTable<T: MiscDevice>(PhantomData<T>);166 impl<T: MiscDevice> MiscdeviceVTable<T> {
105 miscdevice::{MiscDevice, MiscDeviceOptions, MiscDeviceRegistration},157 impl MiscDevice for RustMiscDevice {