Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/
H A Dpci_hotplug_manager.rs283 rootbus_controller: mpsc::Sender<PciRootCommand>, field
566 let rootbus_controller = self.rootbus_controller.clone(); in schedule_plug_event() localVariable
580 let rootbus_controller = self.rootbus_controller.clone(); in schedule_unplug_event() localVariable