Searched defs:hot_plug (Results 1 – 5 of 5) sorted by relevance
88 fn hot_plug(&mut self, _addr: PciAddress) -> anyhow::Result<Option<Event>> { in hot_plug() method220 fn hot_plug(&mut self, addr: PciAddress) -> anyhow::Result<Option<Event>> { in hot_plug() method
91 fn hot_plug(&mut self, addr: PciAddress) -> Result<Option<Event>> { in hot_plug() method
68 uint16_t hot_plug:1; // If hotplug is supported on slot connected to this port member
217 fn hot_plug(&mut self, addr: PciAddress) -> anyhow::Result<Option<Event>>; in hot_plug() method
1000 fn hot_plug(&mut self, _addr: PciAddress) -> anyhow::Result<Option<Event>> { in hot_plug() method