Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dio.rs399 Self: IoKnownSize + IoCapable<u8>, in read8()
408 Self: IoKnownSize + IoCapable<u16>, in read16()
417 Self: IoKnownSize + IoCapable<u32>, in read32()
426 Self: IoKnownSize + IoCapable<u64>, in read64()
435 Self: IoKnownSize + IoCapable<u8>, in write8()
444 Self: IoKnownSize + IoCapable<u16>, in write16()
453 Self: IoKnownSize + IoCapable<u32>, in write32()
462 Self: IoKnownSize + IoCapable<u64>, in write64()
475 pub trait IoKnownSize: Io { trait
553 impl<const SIZE: usize> IoKnownSize for Mmio<SIZE> {
/linux/rust/kernel/pci/
H A Dio.rs15 IoKnownSize,
175 impl<'a, S: ConfigSpaceKind> IoKnownSize for ConfigSpace<'a, S> {