Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb.h603 struct usb_hub_descriptor { struct
604 uByte bDescLength;
605 uByte bDescriptorType;
606 uByte bNbrPorts;
607 uWord wHubCharacteristics;
631 typedef struct usb_hub_descriptor usb_hub_descriptor_t; argument