Home
last modified time | relevance | path

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

/linux/samples/rust/
H A Drust_debugfs.rs71 struct Inner { struct
76 impl FromStr for Inner { argument
/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,