Searched refs:Bar (Results 1 – 1 of 1) sorted by relevance
284 pub struct Bar<const SIZE: usize = 0> { struct290 impl<const SIZE: usize> Bar<SIZE> { implementation334 Ok(Bar { in new()361 impl Bar { impls368 impl<const SIZE: usize> Drop for Bar<SIZE> { implementation374 impl<const SIZE: usize> Deref for Bar<SIZE> { implementation404 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 5 milliseconds