Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dio.rs361 pub trait IoLoc<Base: ?Sized, T> { interface
374 impl<const SIZE: usize> IoLoc<Region<SIZE>, $ty> for usize { impl
648 usize: IoLoc<Self::Target, u8, IoType = u8>, in try_read8()
658 usize: IoLoc<Self::Target, u16, IoType = u16>, in try_read16()
668 usize: IoLoc<Self::Target, u32, IoType = u32>, in try_read32()
678 usize: IoLoc<Self::Target, u64, IoType = u64>, in try_read64()
688 usize: IoLoc<Self::Target, u8, IoType = u8>, in try_write8()
698 usize: IoLoc<Self::Target, u16, IoType = u16>, in try_write16()
708 usize: IoLoc<Self::Target, u32, IoType = u32>, in try_write32()
718 usize: IoLoc<Self::Target, u64, IoType = u64>, in try_write64()
[all …]