Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
H A Dmiscdevice.rs38 result.fops = MiscdeviceVTable::<T>::build(); in into_raw()
164 struct MiscdeviceVTable<T: MiscDevice>(PhantomData<T>); struct
166 impl<T: MiscDevice> MiscdeviceVTable<T> { impl