Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dio.rs199 type IoType: Into<T> + From<T>; typedef
211 type IoType = $ty;
433 Self: IoCapable<L::IoType>, in try_read() argument
435 let address = self.io_addr::<L::IoType>(location.offset())?; in try_read()
467 Self: IoCapable<L::IoType>, in try_write() argument
469 let address = self.io_addr::<L::IoType>(location.offset())?; in try_write()
514 Self: IoCapable<L::IoType>, in try_write_reg() argument
546 Self: IoCapable<L::IoType>, in try_update() argument
549 let address = self.io_addr::<L::IoType>(location.offset())?; in try_update()
585 Self: IoKnownSize + IoCapable<L::IoType>, in read() argument
[all …]
/linux/rust/kernel/io/
H A Dregister.rs135 type IoType = T::Storage; typedef
149 type IoType = T::Storage; typedef
174 type IoType = T::Storage; typedef
246 type IoType = T::Storage; typedef
289 type IoType = T::Storage; typedef
377 type IoType = T::Storage; typedef