coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
xhci_ext_cap Struct Reference

#include <xhci.h>

Collaboration diagram for xhci_ext_cap:
Collaboration graph

Data Fields

uint32_t cap_id
 
union {
   struct xhci_supported_protocol   supported_protocol
 
}; 
 

Detailed Description

Definition at line 40 of file xhci.h.

Field Documentation

◆ 

union { ... }

◆ cap_id

uint32_t xhci_ext_cap::cap_id

Definition at line 41 of file xhci.h.

Referenced by xhci_for_each_supported_usb_cap().

◆ supported_protocol

struct xhci_supported_protocol xhci_ext_cap::supported_protocol

Definition at line 41 of file xhci.h.

Referenced by xhci_for_each_supported_usb_cap().


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