Home
last modified time | relevance | path

Searched defs:IoType (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/
H A Dio.rs363 type IoType: Into<T> + From<T>; typedef
648 usize: IoLoc<Self::Target, u8, IoType = u8>, in try_read8() argument
658 usize: IoLoc<Self::Target, u16, IoType = u16>, in try_read16() argument
668 usize: IoLoc<Self::Target, u32, IoType = u32>, in try_read32() argument
678 usize: IoLoc<Self::Target, u64, IoType = u64>, in try_read64() argument
688 usize: IoLoc<Self::Target, u8, IoType = u8>, in try_write8() argument
698 usize: IoLoc<Self::Target, u16, IoType = u16>, in try_write16() argument
708 usize: IoLoc<Self::Target, u32, IoType = u32>, in try_write32() argument
718 usize: IoLoc<Self::Target, u64, IoType = u64>, in try_write64() argument
730 usize: IoLoc<Self::Target, u8, IoType = u8>, in read8() argument
[all …]