FreeBSD kernel usb device Code
usb_hub_ss_descriptor Struct Reference

#include <usb.h>

Data Fields

uByte bLength
 
uByte bDescriptorType
 
uByte bNbrPorts
 
uWord wHubCharacteristics
 
uByte bPwrOn2PwrGood
 
uByte bHubContrCurrent
 
uByte bHubHdrDecLat
 
uWord wHubDelay
 
uByte DeviceRemovable [32]
 

Detailed Description

Definition at line 632 of file usb.h.

Field Documentation

◆ bDescriptorType

uByte usb_hub_ss_descriptor::bDescriptorType

Definition at line 634 of file usb.h.

◆ bHubContrCurrent

uByte usb_hub_ss_descriptor::bHubContrCurrent

Definition at line 638 of file usb.h.

◆ bHubHdrDecLat

uByte usb_hub_ss_descriptor::bHubHdrDecLat

Definition at line 639 of file usb.h.

◆ bLength

uByte usb_hub_ss_descriptor::bLength

Definition at line 633 of file usb.h.

Referenced by xhci_roothub_exec().

◆ bNbrPorts

uByte usb_hub_ss_descriptor::bNbrPorts

Definition at line 635 of file usb.h.

Referenced by uhub_attach(), uhub_query_info(), and xhci_roothub_exec().

◆ bPwrOn2PwrGood

uByte usb_hub_ss_descriptor::bPwrOn2PwrGood

Definition at line 637 of file usb.h.

Referenced by uhub_attach(), and xhci_roothub_exec().

◆ DeviceRemovable

uByte usb_hub_ss_descriptor::DeviceRemovable[32]

Definition at line 641 of file usb.h.

◆ wHubCharacteristics

uWord usb_hub_ss_descriptor::wHubCharacteristics

Definition at line 636 of file usb.h.

Referenced by xhci_roothub_exec().

◆ wHubDelay

uWord usb_hub_ss_descriptor::wHubDelay

Definition at line 640 of file usb.h.


The documentation for this struct was generated from the following file: