Searched defs:SIZE (Results 1 – 3 of 3) sorted by relevance
77 pub fn iomap_sized<const SIZE: usize>(self) -> impl PinInit<Devres<IoMem<SIZE>>, Error> + 'a { in iomap_sized()89 ) -> impl PinInit<Devres<ExclusiveIoMem<SIZE>>, Error> + 'a { in iomap_exclusive_sized()
211 pub const SIZE: usize = mem::size_of::<Self>(); consts
422 ) -> impl PinInit<Devres<Bar<SIZE>>, Error> + 'a { in iomap_region_sized()
Completed in 6 milliseconds