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 { global() struct
76 impl FromStr for Inner { global() implementation
/linux/rust/kernel/debugfs/
H A Dcallback_adapters.rs19 type Inner; global() typedef
38 type Inner = D; global() typedef
89 type Inner = D; global() typedef
99 type Inner = D; global() typedef
H A Dfile_ops.rs52 adapt(&self) -> &FileOps<T::Inner> adapt() argument
/linux/rust/kernel/
H A Ddevres.rs32 /// Inner type that embeds a `struct devres_node` and the `Revocable<T>`. argument
24 struct Inner<T: Send> { global() struct
26 dataInner global() argument
29 devmInner global() argument
/linux/drivers/android/binder/
H A Dpage_range.rs171 struct Inner { struct
183 // SAFETY: proper locking is in place for `Inner` argument
184 unsafe impl Send for Inner {} implementation