Home
last modified time | relevance | path

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

/rust/kernel/
A Dpci.rs284 pub struct Bar<const SIZE: usize = 0> { struct
290 impl<const SIZE: usize> Bar<SIZE> { argument
334 Ok(Bar { in new()
361 impl Bar { implementation
368 impl<const SIZE: usize> Drop for Bar<SIZE> { implementation
374 impl<const SIZE: usize> Deref for Bar<SIZE> { implementation
404 if !Bar::index_is_valid(bar) { in resource_len()
422 ) -> impl PinInit<Devres<Bar<SIZE>>, Error> + 'a { in iomap_region_sized()
423 Devres::new(self.as_ref(), Bar::<SIZE>::new(self, bar, name)) in iomap_region_sized()
431 ) -> impl PinInit<Devres<Bar>, Error> + 'a { in iomap_region() argument

Completed in 4 milliseconds