FreeBSD kernel usb device Code
xhci_input_dev_ctx Struct Reference

#include <xhci.h>

Collaboration diagram for xhci_input_dev_ctx:

Data Fields

struct xhci_input_ctx ctx_input
 
struct xhci_slot_ctx ctx_slot
 
struct xhci_endp_ctx ctx_ep [XHCI_MAX_ENDPOINTS - 1]
 

Detailed Description

Definition at line 188 of file xhci.h.

Field Documentation

◆ ctx_ep

struct xhci_endp_ctx xhci_input_dev_ctx::ctx_ep[XHCI_MAX_ENDPOINTS - 1]

Definition at line 191 of file xhci.h.

◆ ctx_input

struct xhci_input_ctx xhci_input_dev_ctx::ctx_input

Definition at line 189 of file xhci.h.

◆ ctx_slot

struct xhci_slot_ctx xhci_input_dev_ctx::ctx_slot

Definition at line 190 of file xhci.h.


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