FreeBSD kernel usb device Code
ohci_hub_desc Union Reference

#include <ohci.h>

Collaboration diagram for ohci_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 218 of file ohci.h.

Field Documentation

◆ hubd

struct usb_hub_descriptor ohci_hub_desc::hubd

Definition at line 221 of file ohci.h.

Referenced by ohci_roothub_exec().

◆ ps

struct usb_port_status ohci_hub_desc::ps

Definition at line 220 of file ohci.h.

Referenced by ohci_roothub_exec().

◆ stat

struct usb_status ohci_hub_desc::stat

Definition at line 219 of file ohci.h.

Referenced by ohci_roothub_exec().

◆ temp

uint8_t ohci_hub_desc::temp[128]

Definition at line 222 of file ohci.h.

Referenced by ohci_roothub_exec().


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