Searched refs:IoLoc (Results 1 – 2 of 2) sorted by relevance
| /linux/rust/kernel/ |
| H A D | io.rs | 197 pub trait IoLoc<T> { interface 210 impl IoLoc<$ty> for usize { 432 L: IoLoc<T>, in try_read() 466 L: IoLoc<T>, in try_write() 512 L: IoLoc<T>, in try_write_reg() 545 L: IoLoc<T>, in try_update() 584 L: IoLoc<T>, in read() 616 L: IoLoc<T>, in write() 659 L: IoLoc<T>, in write_reg() 692 L: IoLoc<T>, in update()
|
| /linux/rust/kernel/io/ |
| H A D | register.rs | 111 use crate::io::IoLoc; 131 impl<T> IoLoc<T> for () impl 145 impl<T> IoLoc<T> for T 170 impl<T> IoLoc<T> for FixedRegisterLoc<T> 241 impl<T, B> IoLoc<T> for RelativeRegisterLoc<T, B> 285 impl<T> IoLoc<T> for RegisterArrayLoc<T> 372 impl<T, B> IoLoc<T> for RelativeRegisterArrayLoc<T, B> 393 type Location: IoLoc<Self::Value>;
|