Home
last modified time | relevance | path

Searched defs: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()
84 pub fn as_raw(&self) -> *mut bindings::miscdevice { in as_raw()
H A Dlib.rs88 pub mod miscdevice; module