Home
last modified time | relevance | path

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

/linux/rust/kernel/pci/
H A Dio.rs17 MmioRaw, //
190 io: MmioRaw<SIZE>,
226 let io = match MmioRaw::new(ioptr, len as usize) { in new()
/linux/rust/kernel/
H A Dio.rs38 pub struct MmioRaw<const SIZE: usize = 0> { struct
43 impl<const SIZE: usize> MmioRaw<SIZE> { implementation
138 pub struct Mmio<const SIZE: usize = 0>(MmioRaw<SIZE>);
564 pub unsafe fn from_raw(raw: &MmioRaw<SIZE>) -> &Self { in from_raw()