Searched defs:PciRootCommand (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/ |
H A D | pci_hotplug_manager.rs | 206 rootbus_controller: &mpsc::Sender<PciRootCommand>, in send_hot_plug_signal() 225 rootbus_controller: &mpsc::Sender<PciRootCommand>, in send_hot_unplug_signal() 288 rootbus_controller: mpsc::Sender<PciRootCommand>, in new() 734 rootbus_controller: mpsc::Sender<PciRootCommand>, in set_rootbus_controller()
|
/aosp_15_r20/external/crosvm/src/crosvm/sys/ |
H A D | linux.rs | 2349 hp_device_tube: mpsc::Receiver<PciRootCommand>, in start_pci_root_worker() 2440 hp_control_tube: &mpsc::Sender<PciRootCommand>, in add_hotplug_device() 2910 hp_control_tube: &mpsc::Sender<PciRootCommand>, in handle_hotplug_command()
|
/aosp_15_r20/external/crosvm/arch/src/ |
H A D | lib.rs | 587 hp_control_tube: &mpsc::Sender<PciRootCommand>, in register_pci_device() 753 hp_control_tube: &mpsc::Sender<PciRootCommand>, in configure_pci_device()
|
/aosp_15_r20/external/crosvm/riscv64/src/ |
H A D | lib.rs | 491 _tube: &mpsc::Sender<PciRootCommand>, in register_pci_device()
|
/aosp_15_r20/external/crosvm/devices/src/pci/ |
H A D | pci_root.rs | 125 pub enum PciRootCommand { enum
|
/aosp_15_r20/external/crosvm/aarch64/src/ |
H A D | lib.rs | 1030 _tube: &mpsc::Sender<PciRootCommand>, in register_pci_device()
|
/aosp_15_r20/external/crosvm/x86_64/src/ |
H A D | lib.rs | 1327 hp_control_tube: &mpsc::Sender<PciRootCommand>, in register_pci_device()
|