Home
last modified time | relevance | path

Searched refs:hotplug_implemented (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/devices/src/pci/pcie/
Dpcie_rp.rs82 self.pcie_port.hotplug_implemented() in hotplug_implemented_impl()
178 if !self.pcie_port.hotplug_implemented() { in add_hotplug_device()
212 if !self.pcie_port.hotplug_implemented() { in notify()
Dpci_bridge.rs119 device.lock().hotplug_implemented(), in new()
358 let hotplug_implemented = self.device.lock().hotplug_implemented(); in configure_bridge_window() localVariable
361 if hotplug_implemented || hotplugged { in configure_bridge_window()
Dpcie_switch.rs221 if !self.pcie_port.hotplug_implemented() { in hot_plug()
237 if !self.pcie_port.hotplug_implemented() { in hot_unplug()
Dpcie_device.rs47 fn hotplug_implemented(&self) -> bool; in hotplug_implemented() method
Dpcie_port.rs274 Box::new(PcieCap::new(self.port_type, self.hotplug_implemented(), 0)), in get_caps()
308 pub fn hotplug_implemented(&self) -> bool { in hotplug_implemented() method
801 fn hotplug_implemented(&self) -> bool { in hotplug_implemented() method