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

#include <xhci.h>

Data Fields

struct list_head td_list
 
struct list_head cancelled_td_list
 
struct urb * urb
 
struct xhci_segmentstart_seg
 
union xhci_trbfirst_trb
 
union xhci_trblast_trb
 

Detailed Description

Definition at line 1250 of file xhci.h.

Field Documentation

struct list_head cancelled_td_list

Definition at line 1252 of file xhci.h.

union xhci_trb* first_trb

Definition at line 1255 of file xhci.h.

union xhci_trb* last_trb

Definition at line 1256 of file xhci.h.

struct xhci_segment* start_seg

Definition at line 1254 of file xhci.h.

struct list_head td_list

Definition at line 1251 of file xhci.h.

struct urb* urb

Definition at line 1253 of file xhci.h.


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