Home
last modified time | relevance | path

Searched defs:miscdevice (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dmiscdevice.h85 struct miscdevice { struct
97 extern int misc_register(struct miscdevice *misc); argument
/linux/rust/kernel/
H A Dmiscdevice.rs34 pub const fn into_raw<T: MiscDevice>(self) -> bindings::miscdevice { in into_raw()
90 pub fn as_raw(&self) -> *mut bindings::miscdevice { in as_raw()
H A Dlib.rs108 pub mod miscdevice; module