Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/usb/
H A Dch11.h260 struct usb_hub_descriptor { struct
261 __u8 bDescLength;
262 __u8 bDescriptorType;
263 __u8 bNbrPorts;
264 __le16 wHubCharacteristics;
265 __u8 bPwrOn2PwrGood;
266 __u8 bHubContrCurrent;
269 union {
281 } u;
/openbmc/u-boot/include/
H A Dusb.h556 struct usb_hub_descriptor { struct
557 unsigned char bLength;
558 unsigned char bDescriptorType;
582 struct usb_hub_descriptor desc; argument