Home
last modified time | relevance | path

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

/external/crosvm/devices/src/pci/pcie/
Dpcie_switch.rs93 fn hot_unplug(&mut self, addr: PciAddress) -> anyhow::Result<Option<Event>> { in hot_unplug() method
236 fn hot_unplug(&mut self, addr: PciAddress) -> anyhow::Result<Option<Event>> { in hot_unplug() method
Dpcie_rp.rs111 fn hot_unplug(&mut self, addr: PciAddress) -> Result<Option<Event>> { in hot_unplug() method
Dpcie_host.rs443 pub fn hot_unplug(&mut self) { in hot_unplug() method
Dpcie_port.rs363 pub fn hot_unplug(&mut self) { in hot_unplug() method
/external/crosvm/devices/src/
Dbus.rs222 fn hot_unplug(&mut self, addr: PciAddress) -> anyhow::Result<Option<Event>>; in hot_unplug() method
/external/crosvm/src/crosvm/sys/linux/
Dpci_hotplug_manager.rs1002 fn hot_unplug(&mut self, _addr: PciAddress) -> anyhow::Result<Option<Event>> { in hot_unplug() method