Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/console/
H A Dport.rs36 pub struct ConsolePort { struct
40 info: Option<ConsolePortInfo>, argument
59 impl ConsolePort { argument
H A Ddevice.rs50 ports: Vec<ConsolePort>, in new_multi_port()
H A Dworker.rs63 pub fn into_console_port(self, console_port: &mut ConsolePort) { in into_console_port()
/aosp_15_r20/external/crosvm/devices/src/virtio/console/sys/
H A Dlinux.rs71 impl SerialDevice for ConsolePort { implementation
81 ) -> ConsolePort { in new()