Home
last modified time | relevance | path

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

/linux/samples/rust/
H A Drust_debugfs.rs71 struct Inner { struct
76 impl FromStr for Inner { implementation
/linux/rust/kernel/debugfs/
H A Dcallback_adapters.rs19 type Inner; typedef
38 type Inner = D; typedef
89 type Inner = D; typedef
99 type Inner = D; typedef
H A Dfile_ops.rs52 pub(super) const fn adapt(&self) -> &FileOps<T::Inner> { in adapt()
/linux/rust/kernel/
H A Ddevres.rs24 struct Inner<T: Send> { struct
26 data: Revocable<T>,
29 devm: Completion,
32 revoke: Completion,
/linux/drivers/android/binder/
H A Dpage_range.rs145 struct Inner { struct
157 // SAFETY: proper locking is in place for `Inner` argument
158 unsafe impl Send for Inner {} implementation