Home
last modified time | relevance | path

Searched refs:DownstreamPort (Results 1 – 6 of 6) sorted by relevance

/external/crosvm/devices/src/pci/pcie/
Dmod.rs25 DownstreamPort = 6, enumerator
Dpcie_switch.rs259 Box::new(PcieCap::new(PcieDevicePortType::DownstreamPort, true, 0)), in get_caps()
357 Ok(host_addr) => Some(HostHotPlugKey::DownstreamPort { host_addr }), in get_hotplug_key()
Dpcie_host.rs184 x if x == PcieDevicePortType::DownstreamPort as u16 => { in visit_children()
186 device_type: HotPlugDeviceType::DownstreamPort, in visit_children()
/external/crosvm/src/crosvm/sys/
Dunix.rs2150 HotPlugDeviceType::UpstreamPort | HotPlugDeviceType::DownstreamPort => { in add_hotplug_device()
2169 HotPlugDeviceType::DownstreamPort => { in add_hotplug_device()
2170 let host_key = HostHotPlugKey::DownstreamPort { host_addr }; in add_hotplug_device()
2309 HotPlugDeviceType::DownstreamPort => HostHotPlugKey::DownstreamPort { host_addr }, in remove_hotplug_device()
2340 if let Some(HostHotPlugKey::DownstreamPort { host_addr }) = in remove_hotplug_device()
2348 if let Some(HostHotPlugKey::DownstreamPort { host_addr }) = hotplug_key { in remove_hotplug_device()
2384 if let Some(HostHotPlugKey::DownstreamPort { host_addr }) = removed_key { in remove_hotplug_device()
2390 if let Some(HostHotPlugKey::DownstreamPort { host_addr }) = hotplug_key { in remove_hotplug_device()
/external/crosvm/devices/src/
Dbus.rs188 DownstreamPort { host_addr: PciAddress }, enumerator
/external/crosvm/vm_control/src/
Dlib.rs1029 DownstreamPort, enumerator