Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
xhci_container_ctx Struct Reference

#include <xhci.h>

Data Fields

unsigned type
 
int size
 
u8bytes
 
dma_addr_t dma
 

Detailed Description

struct xhci_container_ctx : Type of context. Used to calculated offsets to contained contexts. : Size of the context data : The raw context data given to HW : dma address of the bytes

Represents either a Device or Input context. Holds a pointer to the raw memory used for the context (bytes) and dma address of it (dma).

Definition at line 501 of file xhci.h.

Field Documentation

u8* bytes

Definition at line 508 of file xhci.h.

Definition at line 509 of file xhci.h.

int size

Definition at line 506 of file xhci.h.

unsigned type

Definition at line 502 of file xhci.h.


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