Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
H A Dmiscdevice.rs33 pub const fn into_raw<T: MiscDevice>(self) -> bindings::miscdevice { in into_raw()
63 impl<T: MiscDevice> MiscDeviceRegistration<T> {
108 pub trait MiscDevice: Sized { interface
164 struct MiscdeviceVTable<T: MiscDevice>(PhantomData<T>);
166 impl<T: MiscDevice> MiscdeviceVTable<T> {
/linux-6.15/samples/rust/
H A Drust_misc_device.rs105 miscdevice::{MiscDevice, MiscDeviceOptions, MiscDeviceRegistration},
157 impl MiscDevice for RustMiscDevice {