FreeBSD kernel usb device Code
xhci_input_dev_ctx64 Struct Reference

#include <xhci.h>

Collaboration diagram for xhci_input_dev_ctx64:

Data Fields

struct xhci_input_ctx64 ctx_input
 
struct xhci_slot_ctx64 ctx_slot
 
struct xhci_endp_ctx64 ctx_ep [XHCI_MAX_ENDPOINTS - 1]
 

Detailed Description

Definition at line 194 of file xhci.h.

Field Documentation

◆ ctx_ep

struct xhci_endp_ctx64 xhci_input_dev_ctx64::ctx_ep[XHCI_MAX_ENDPOINTS - 1]

Definition at line 197 of file xhci.h.

◆ ctx_input

struct xhci_input_ctx64 xhci_input_dev_ctx64::ctx_input

Definition at line 195 of file xhci.h.

◆ ctx_slot

struct xhci_slot_ctx64 xhci_input_dev_ctx64::ctx_slot

Definition at line 196 of file xhci.h.


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