Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/pci/pcie/
H A 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
H A Dpcie_rp.rs111 fn hot_unplug(&mut self, addr: PciAddress) -> Result<Option<Event>> { in hot_unplug() method
H A Dpcie_host.rs443 pub fn hot_unplug(&mut self) { in hot_unplug() method
H A Dpcie_port.rs380 pub fn hot_unplug(&mut self) { in hot_unplug() method
/aosp_15_r20/external/crosvm/devices/src/
H A Dbus.rs222 fn hot_unplug(&mut self, addr: PciAddress) -> anyhow::Result<Option<Event>>; in hot_unplug() method
/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/
H A Dpci_hotplug_manager.rs1005 fn hot_unplug(&mut self, _addr: PciAddress) -> anyhow::Result<Option<Event>> { in hot_unplug() method