Searched defs:hot_plug (Results 1 – 3 of 3) sorted by relevance
88 fn hot_plug(&mut self, _addr: PciAddress) -> anyhow::Result<Option<mpsc::Receiver<()>>> { in hot_plug() method216 fn hot_plug(&mut self, addr: PciAddress) -> anyhow::Result<Option<mpsc::Receiver<()>>> { in hot_plug() method
91 fn hot_plug(&mut self, addr: PciAddress) -> Result<Option<mpsc::Receiver<()>>> { in hot_plug() method
217 fn hot_plug(&mut self, addr: PciAddress) -> anyhow::Result<Option<mpsc::Receiver<()>>>; in hot_plug() method