Home
last modified time | relevance | path

Searched refs:Io (Results 1 – 3 of 3) sorted by relevance

/rust/kernel/io/
A Dmem.rs14 use crate::io::Io;
198 type Target = Io<SIZE>;
273 type Target = Io<SIZE>;
277 unsafe { Io::from_raw(&self.io) } in deref()
/rust/kernel/
A Dio.rs113 pub struct Io<const SIZE: usize = 0>(IoRaw<SIZE>); struct
174 impl<const SIZE: usize> Io<SIZE> { impls
A Dpci.rs13 io::Io,
375 type Target = Io<SIZE>;
379 unsafe { Io::from_raw(&self.io) } in deref()

Completed in 28 milliseconds