Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dio.rs339 Self: IoKnownSize + IoCapable<u8>, in read8()
348 Self: IoKnownSize + IoCapable<u16>, in read16()
357 Self: IoKnownSize + IoCapable<u32>, in read32()
366 Self: IoKnownSize + IoCapable<u64>, in read64()
375 Self: IoKnownSize + IoCapable<u8>, in write8()
384 Self: IoKnownSize + IoCapable<u16>, in write16()
393 Self: IoKnownSize + IoCapable<u32>, in write32()
402 Self: IoKnownSize + IoCapable<u64>, in write64()
585 Self: IoKnownSize + IoCapable<L::IoType>, in read()
617 Self: IoKnownSize + IoCapable<L::IoType>, in write()
[all …]
/linux/rust/kernel/pci/
H A Dio.rs13 IoKnownSize,
136 impl<'a, S: ConfigSpaceKind> IoKnownSize for ConfigSpace<'a, S> {