Lines Matching refs:usize
89 pub fn iomap_sized<const SIZE: usize>(self) -> impl PinInit<Devres<IoMem<SIZE>>, Error> + 'a {
99 pub fn iomap_exclusive_sized<const SIZE: usize>(
168 pub struct ExclusiveIoMem<const SIZE: usize> {
179 impl<const SIZE: usize> ExclusiveIoMem<SIZE> {
214 impl<const SIZE: usize> Deref for ExclusiveIoMem<SIZE> {
231 pub struct IoMem<const SIZE: usize = 0> {
235 impl<const SIZE: usize> IoMem<SIZE> {
267 let io = MmioRaw::new(addr as usize, size)?;
282 impl<const SIZE: usize> Drop for IoMem<SIZE> {
289 impl<const SIZE: usize> Deref for IoMem<SIZE> {