Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/xhci/
Dxhci_backend_device_provider.rs6 use super::usb_hub::UsbHub;
18 hub: Arc<UsbHub>, in start() argument
Dusb_hub.rs175 pub struct UsbHub { struct
179 impl UsbHub { argument
181 pub fn new(regs: &XhciRegs, interrupter: Arc<Mutex<Interrupter>>) -> UsbHub { in new() argument
205 UsbHub { ports } in new()
Ddevice_slot.rs7 use super::usb_hub::{self, UsbHub};
88 hub: Arc<UsbHub>,
96 hub: Arc<UsbHub>, in new() argument
249 hub: Arc<UsbHub>,
262 hub: Arc<UsbHub>, in new() argument
Dxhci.rs10 use super::usb_hub::UsbHub;
102 let hub = Arc::new(UsbHub::new(&regs, interrupter.clone())); in new()
/external/crosvm/devices/src/usb/host_backend/
Dhost_backend_device_provider.rs10 use crate::usb::xhci::usb_hub::UsbHub;
57 hub: Arc<UsbHub>, in start_helper() argument
98 hub: Arc<UsbHub>, in start() argument
124 usb_hub: Arc<UsbHub>,
141 usb_hub: Arc<UsbHub>, in new() argument
/external/libusb/libusb/os/
Dwindows_winusb.h341 UsbHub, enumerator