Searched defs:I8042Device (Results 1 – 1 of 1) sorted by relevance
10 pub struct I8042Device { struct14 impl I8042Device { impl16 pub fn new(reset_evt: Event) -> I8042Device { in new()23 impl BusDevice for I8042Device { implementation