Home
last modified time | relevance | path

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

/external/crosvm/devices/src/pci/pcie/
Dpcie_switch.rs88 fn hot_plug(&mut self, _addr: PciAddress) -> anyhow::Result<Option<mpsc::Receiver<()>>> { in hot_plug() method
216 fn hot_plug(&mut self, addr: PciAddress) -> anyhow::Result<Option<mpsc::Receiver<()>>> { in hot_plug() method
Dpcie_rp.rs91 fn hot_plug(&mut self, addr: PciAddress) -> Result<Option<mpsc::Receiver<()>>> { in hot_plug() method
/external/crosvm/devices/src/
Dbus.rs217 fn hot_plug(&mut self, addr: PciAddress) -> anyhow::Result<Option<mpsc::Receiver<()>>>; in hot_plug() method