Home
last modified time | relevance | path

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

/linux-6.14.4/rust/kernel/
Dmiscdevice.rs50 pub struct MiscDeviceRegistration<T> { struct
58 unsafe impl<T> Send for MiscDeviceRegistration<T> {} implementation
61 unsafe impl<T> Sync for MiscDeviceRegistration<T> {} implementation
63 impl<T: MiscDevice> MiscDeviceRegistration<T> { impl
99 impl<T> PinnedDrop for MiscDeviceRegistration<T> { implementation