Home
last modified time | relevance | path

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

/linux/rust/kernel/io/
H A Dresource.rs79 pub struct Resource(Opaque<bindings::resource>); struct
81 impl Resource { implementation
173 unsafe impl Send for Resource {} implementation
177 unsafe impl Sync for Resource {} implementation
/linux/rust/kernel/
H A Dplatform.rs236 pub fn resource_by_index(&self, index: u32) -> Option<&Resource> { in resource_by_index()
252 pub fn resource_by_name(&self, name: &CStr) -> Option<&Resource> { in resource_by_name()