Home
last modified time | relevance | path

Searched refs:MiscDevice (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/
H A Dmiscdevice.rs34 pub const fn into_raw<T: MiscDevice>(self) -> bindings::miscdevice { in into_raw()
69 impl<T: MiscDevice> MiscDeviceRegistration<T> {
114 pub trait MiscDevice: Sized { interface
196 struct MiscdeviceVTable<T: MiscDevice>(PhantomData<T>);
198 impl<T: MiscDevice> MiscdeviceVTable<T> {
/linux/samples/rust/
H A Drust_misc_device.rs103 miscdevice::{MiscDevice, MiscDeviceOptions, MiscDeviceRegistration},
155 impl MiscDevice for RustMiscDevice {