Searched refs:ExclusiveIoMem (Results 1 – 1 of 1) sorted by relevance
101 ) -> impl PinInit<Devres<ExclusiveIoMem<SIZE>>, Error> + 'a { in iomap_exclusive_sized()102 ExclusiveIoMem::new(self) in iomap_exclusive_sized()158 pub fn iomap_exclusive(self) -> impl PinInit<Devres<ExclusiveIoMem<0>>, Error> + 'a { in iomap_exclusive()168 pub struct ExclusiveIoMem<const SIZE: usize> { struct179 impl<const SIZE: usize> ExclusiveIoMem<SIZE> { argument197 let iomem = ExclusiveIoMem { in ioremap()214 impl<const SIZE: usize> Deref for ExclusiveIoMem<SIZE> { implementation