Home
last modified time | relevance | path

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

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