Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dmiscdevice.rs56 pub struct MiscDeviceRegistration<T> { global() struct
64 unsafe impl<T> Send for MiscDeviceRegistration<T> {} global() implementation
67 unsafe impl<T> Sync for MiscDeviceRegistration<T> {} global() implementation
69 impl<T: MiscDevice> MiscDeviceRegistration<T> { global() implementation
105 impl<T> PinnedDrop for MiscDeviceRegistration<T> { global() implementation
[all...]