Home
last modified time | relevance | path

Searched defs:usb_hub (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/bus/u4b/
H A Dusb_hub.h46 struct usb_hub { struct
47 struct usb_device *hubudev; /* the HUB device */
48 usb_error_t (*explore) (struct usb_device *hub);
49 void *hubsoftc;
51 struct usb_udev_msg tt_msg[2];
53 usb_size_t uframe_usage[USB_HS_MICRO_FRAMES_MAX];
54 uint16_t portpower; /* mA per USB port */
55 uint8_t isoc_last_time;
56 uint8_t nports;
58 struct usb_port ports[0];
[all …]