Searched refs:hotplug_implemented (Results 1 – 5 of 5) sorted by relevance
82 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()
119 device.lock().hotplug_implemented(), in new()358 let hotplug_implemented = self.device.lock().hotplug_implemented(); in configure_bridge_window() localVariable361 if hotplug_implemented || hotplugged { in configure_bridge_window()
221 if !self.pcie_port.hotplug_implemented() { in hot_plug()237 if !self.pcie_port.hotplug_implemented() { in hot_unplug()
47 fn hotplug_implemented(&self) -> bool; in hotplug_implemented() method
274 Box::new(PcieCap::new(self.port_type, self.hotplug_implemented(), 0)), in get_caps()308 pub fn hotplug_implemented(&self) -> bool { in hotplug_implemented() method801 fn hotplug_implemented(&self) -> bool { in hotplug_implemented() method