Home
last modified time | relevance | path

Searched defs:Ptr (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/
H A Dmiscdevice.rs116 type Ptr: ForeignOwnable + Send + Sync; typedef
121 fn open(_file: &File, _misc: &MiscDeviceRegistration<Self>) -> Result<Self::Ptr>; in open() argument
124 fn release(device: Self::Ptr, _file: &File) { in release() argument
[all...]
/linux/samples/rust/
H A Drust_misc_device.rs158 type Ptr = Pin<KBox<Self>>; typedef