Searched defs:Resource (Results 1 – 2 of 2) sorted by relevance
/linux/rust/kernel/io/ | ||
H A D | resource.rs | 76 pub struct Resource(Opaque<bindings::resource>); struct |
/linux/rust/kernel/ | ||
H A D | platform.rs | 232 resource_by_index(&self, index: u32) -> Option<&Resource> resource_by_index() argument |