FreeBSD kernel usb device Code
uhci_hub_desc Union Reference

#include <uhci.h>

Collaboration diagram for uhci_hub_desc:

Data Fields

struct usb_status stat
 
struct usb_port_status ps
 
uint8_t temp [128]
 

Detailed Description

Definition at line 178 of file uhci.h.

Field Documentation

◆ ps

struct usb_port_status uhci_hub_desc::ps

Definition at line 180 of file uhci.h.

Referenced by uhci_roothub_exec().

◆ stat

struct usb_status uhci_hub_desc::stat

Definition at line 179 of file uhci.h.

Referenced by uhci_roothub_exec().

◆ temp

uint8_t uhci_hub_desc::temp[128]

Definition at line 181 of file uhci.h.

Referenced by uhci_roothub_exec().


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