Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/pci/pcie/
H A Dpcie_port.rs325 pub fn hotplug_implemented(&self) -> bool { in hotplug_implemented() method
822 fn hotplug_implemented(&self) -> bool { in hotplug_implemented() method
H A Dpcie_device.rs44 fn hotplug_implemented(&self) -> bool; in hotplug_implemented() method
H A Dpci_bridge.rs358 let hotplug_implemented = self.device.lock().hotplug_implemented(); in configure_bridge_window() localVariable