Searched refs:MiscdeviceVTable (Results 1 – 1 of 1) sorted by relevance
38 result.fops = MiscdeviceVTable::<T>::build(); in into_raw()164 struct MiscdeviceVTable<T: MiscDevice>(PhantomData<T>); struct166 impl<T: MiscDevice> MiscdeviceVTable<T> { impl