Home
last modified time | relevance | path

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

/linux/rust/kernel/pci/
H A Dio.rs226 /// The returned `Devres<Bar<'static, SIZE>>` can outlive the original lifetime `'a`. Access implementation
149 pub struct Bar<const SIZE: usize = 0> { global() struct
155 impl<const SIZE: usize> Bar<SIZE> { global() implementation
234 impl<const SIZE: usize> Drop for Bar<SIZE> { global() implementation
240 impl<const SIZE: usize> Deref for Bar<SIZE> { global() implementation
265 iomap_region<'a>( &'a self, bar: u32, name: &'a CStr, ) -> impl PinInit<Devres<Bar>, Error> + 'a iomap_region() argument
[all...]