Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/console/
Dasynchronous.rs230 pub struct AsyncConsole { struct
236 impl SerialDevice for AsyncConsole { argument
245 ) -> AsyncConsole { in new()
262 impl VirtioDevice for AsyncConsole { implementation
373 impl Suspendable for AsyncConsole {} implementation