Home
last modified time | relevance | path

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

/external/crosvm/src/crosvm/sys/linux/
Dpci_hotplug_manager.rs937 struct MockPort { struct
938 cc_event: Event,
939 downstream_bus: u8,
940 ready_events: Vec<Event>,
943 impl MockPort { implementation
996 impl HotPlugBus for MockPort { implementation
1040 fn new_port(downstream_bus: u8) -> Arc<Mutex<MockPort>> { in new_port()