FreeBSD kernel usb device Code
ehci_hub_desc Union Reference

#include <ehci.h>

Collaboration diagram for ehci_hub_desc:

Data Fields

struct usb_status stat
 
struct usb_port_status ps
 
struct usb_hub_descriptor hubd
 
uint8_t temp [128]
 

Detailed Description

Definition at line 309 of file ehci.h.

Field Documentation

◆ hubd

struct usb_hub_descriptor ehci_hub_desc::hubd

Definition at line 312 of file ehci.h.

Referenced by ehci_roothub_exec().

◆ ps

struct usb_port_status ehci_hub_desc::ps

Definition at line 311 of file ehci.h.

Referenced by ehci_roothub_exec().

◆ stat

struct usb_status ehci_hub_desc::stat

Definition at line 310 of file ehci.h.

Referenced by ehci_roothub_exec().

◆ temp

uint8_t ehci_hub_desc::temp[128]

Definition at line 313 of file ehci.h.

Referenced by ehci_roothub_exec().


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