Home
last modified time | relevance | path

Searched defs:get_hotplug_device (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/pci/pcie/
H A Dpcie_switch.rs118 fn get_hotplug_device(&self, hotplug_key: HotPlugKey) -> Option<PciAddress> { in get_hotplug_device() method
308 fn get_hotplug_device(&self, hotplug_key: HotPlugKey) -> Option<PciAddress> { in get_hotplug_device() method
H A Dpcie_rp.rs192 fn get_hotplug_device(&self, hotplug_key: HotPlugKey) -> Option<PciAddress> { in get_hotplug_device() method
/aosp_15_r20/external/crosvm/devices/src/
H A Dbus.rs240 fn get_hotplug_device(&self, hotplug_key: HotPlugKey) -> Option<PciAddress>; in get_hotplug_device() method
/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/
H A Dpci_hotplug_manager.rs1030 fn get_hotplug_device(&self, _hotplug_key: HotPlugKey) -> Option<PciAddress> { in get_hotplug_device() method