Searched defs:miscdevice (Results 1 – 3 of 3) sorted by relevance
76 struct miscdevice { struct88 extern int misc_register(struct miscdevice *misc); argument
33 pub const fn into_raw<T: MiscDevice>(self) -> bindings::miscdevice { in into_raw() argument 89 as_raw(&self) -> *mut bindings::miscdevice as_raw() argument [all...]
107 pub mod miscdevice; module