Searched refs:UsbHub (Results 1 – 6 of 6) sorted by relevance
/external/crosvm/devices/src/usb/xhci/ |
D | xhci_backend_device_provider.rs | 6 use super::usb_hub::UsbHub; 18 hub: Arc<UsbHub>, in start() argument
|
D | usb_hub.rs | 175 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()
|
D | device_slot.rs | 7 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
|
D | xhci.rs | 10 use super::usb_hub::UsbHub; 102 let hub = Arc::new(UsbHub::new(®s, interrupter.clone())); in new()
|
/external/crosvm/devices/src/usb/host_backend/ |
D | host_backend_device_provider.rs | 10 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/ |
D | windows_winusb.h | 341 UsbHub, enumerator
|