Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
H A Dio.rs18 pub struct IoRaw<const SIZE: usize = 0> { struct
23 impl<const SIZE: usize> IoRaw<SIZE> { implementation
108 pub struct Io<const SIZE: usize = 0>(IoRaw<SIZE>);
176 pub unsafe fn from_raw(raw: &IoRaw<SIZE>) -> &Self { in from_raw()
H A Dpci.rs15 io::IoRaw,
266 io: IoRaw<SIZE>,
302 let io = match IoRaw::new(ioptr, len as usize) { in new()