Home
last modified time | relevance | path

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

/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
/linux/rust/kernel/
H A Dio.rs199 type IoType: Into<T> + From<T>; typedef
433 Self: IoCapable<L::IoType>, in try_read()
467 Self: IoCapable<L::IoType>, in try_write()
514 Self: IoCapable<L::IoType>, in try_write_reg()
546 Self: IoCapable<L::IoType>, in try_update()
585 Self: IoKnownSize + IoCapable<L::IoType>, in read()
617 Self: IoKnownSize + IoCapable<L::IoType>, in write()
661 Self: IoKnownSize + IoCapable<L::IoType>, in write_reg()