Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/console/
H A Ddevice.rs25 pub struct ConsoleDevice { struct
37 impl ConsoleDevice { argument
39 pub fn new_single_port(protection_type: ProtectionType, port: ConsolePort) -> ConsoleDevice { in new_single_port()
51 ) -> ConsoleDevice { in new_multi_port()
/aosp_15_r20/external/crosvm/devices/src/virtio/console/sys/
H A Dlinux.rs52 impl SerialDevice for ConsoleDevice { implementation
61 ) -> ConsoleDevice { in new()