Home
last modified time | relevance | path

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

/external/crosvm/devices/src/
Di8042.rs10 pub struct I8042Device { struct
14 impl I8042Device { argument
16 pub fn new(reset_evt: Event) -> I8042Device { in new()
23 impl BusDevice for I8042Device { implementation