coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
supported_usb_cap_context Struct Reference
Collaboration diagram for supported_usb_cap_context:
Collaboration graph

Data Fields

voidcontext
 
void(* callback )(void *context, const struct xhci_supported_protocol *data)
 

Detailed Description

Definition at line 79 of file xhci.c.

Field Documentation

◆ callback

void(* supported_usb_cap_context::callback) (void *context, const struct xhci_supported_protocol *data)

Definition at line 81 of file xhci.c.

Referenced by xhci_for_each_supported_usb_cap().

◆ context

void* supported_usb_cap_context::context

Definition at line 80 of file xhci.c.

Referenced by xhci_for_each_supported_usb_cap().


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