Searched refs:usb_hub (Results 1 – 7 of 7) sorted by relevance
10 use crate::usb::xhci::usb_hub::UsbHub;124 usb_hub: Arc<UsbHub>, field141 usb_hub: Arc<UsbHub>, in new()148 usb_hub, in new()197 let port = self.usb_hub.connect_backend(host_device); in handle_attach_device()211 match self.usb_hub.disconnect_port(port) { in handle_detach_device()237 match self.usb_hub.get_port(port_id).and_then(|p| {
21 pub mod usb_hub; module
6 use super::usb_hub::UsbHub;
15 use super::usb_hub::UsbPort;
7 use super::usb_hub::{self, UsbHub};151 move || -> std::result::Result<(), usb_hub::Error> { in stop_all_and_reset()
7 use super::usb_hub::{Error as HubError, UsbPort};
10 use super::usb_hub::UsbHub;