Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/
H A Ddebugcon.rs28 pub struct Debugcon { struct
32 impl SerialDevice for Debugcon { argument
41 ) -> Debugcon { in new()
53 ) -> Debugcon { in new_with_pipe()
58 impl BusDevice for Debugcon { implementation
84 impl Debugcon { impl
94 impl Suspendable for Debugcon { implementation
H A Dserial_device.rs128 Debugcon, enumerator