Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/pci/pcie/
H A Dpcie_switch.rs88 fn hot_plug(&mut self, _addr: PciAddress) -> anyhow::Result<Option<Event>> { in hot_plug() method
220 fn hot_plug(&mut self, addr: PciAddress) -> anyhow::Result<Option<Event>> { in hot_plug() method
H A Dpcie_rp.rs91 fn hot_plug(&mut self, addr: PciAddress) -> Result<Option<Event>> { in hot_plug() method
/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/gnr/include/soc/
H A Diio.h68 uint16_t hot_plug:1; // If hotplug is supported on slot connected to this port member
/aosp_15_r20/external/crosvm/devices/src/
H A Dbus.rs217 fn hot_plug(&mut self, addr: PciAddress) -> anyhow::Result<Option<Event>>; in hot_plug() method
/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/
H A Dpci_hotplug_manager.rs1000 fn hot_plug(&mut self, _addr: PciAddress) -> anyhow::Result<Option<Event>> { in hot_plug() method