Searched refs:IoCapable (Results 1 – 2 of 2) sorted by relevance
| /linux/rust/kernel/ |
| H A D | io.rs | 164 pub trait IoCapable<T> { trait 267 Self: IoCapable<u8>, in try_read8() 276 Self: IoCapable<u16>, in try_read16() 285 Self: IoCapable<u32>, in try_read32() 294 Self: IoCapable<u64>, in try_read64() 303 Self: IoCapable<u8>, in try_write8() 312 Self: IoCapable<u16>, in try_write16() 321 Self: IoCapable<u32>, in try_write32() 330 Self: IoCapable<u64>, in try_write64() 339 Self: IoKnownSize + IoCapable<u8>, in read8() [all …]
|
| /linux/rust/kernel/pci/ |
| H A D | io.rs | 12 IoCapable, 89 impl<'a, S: ConfigSpaceKind> IoCapable<$ty> for ConfigSpace<'a, S> {
|