Home
last modified time | relevance | path

Searched defs:hotplug_key (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/src/crosvm/sys/
Dlinux.rs2349 let hotplug_key = HotPlugKey::HostUpstreamPort { host_addr }; in add_hotplug_device() localVariable
2361 let hotplug_key = HotPlugKey::HostDownstreamPort { host_addr }; in add_hotplug_device() localVariable
2391 let hotplug_key = HotPlugKey::HostVfio { host_addr }; in add_hotplug_device() localVariable
2608 let hotplug_key = match device.device_type { in remove_hotplug_device() localVariable
2648 let hotplug_key = hp_bus_lock.get_hotplug_key(); in remove_hotplug_device() localVariable
2690 let hotplug_key = hp_bus_lock.get_hotplug_key(); in remove_hotplug_device() localVariable
/external/crosvm/src/crosvm/sys/linux/
Dpci_hotplug_manager.rs232 let hotplug_key = HotPlugKey::GuestDevice { in hotplug_device() localVariable