Searched refs:IoCapable (Results 1 – 2 of 2) sorted by relevance
| /linux/rust/kernel/ |
| H A D | io.rs | 283 pub trait IoCapable<T> {} interface 327 Self: IoCapable<u8>, in try_read8() 336 Self: IoCapable<u16>, in try_read16() 345 Self: IoCapable<u32>, in try_read32() 354 Self: IoCapable<u64>, in try_read64() 363 Self: IoCapable<u8>, in try_write8() 372 Self: IoCapable<u16>, in try_write16() 381 Self: IoCapable<u32>, in try_write32() 390 Self: IoCapable<u64>, in try_write64() 399 Self: IoKnownSize + IoCapable<u8>, in read8() [all …]
|
| /linux/rust/kernel/pci/ |
| H A D | io.rs | 14 IoCapable, 146 impl<'a, S: ConfigSpaceKind> IoCapable<u8> for ConfigSpace<'a, S> {} 147 impl<'a, S: ConfigSpaceKind> IoCapable<u16> for ConfigSpace<'a, S> {} 148 impl<'a, S: ConfigSpaceKind> IoCapable<u32> for ConfigSpace<'a, S> {}
|