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

#include <whcd.h>

Data Fields

struct urb * urb
 
struct whc_qsetqset
 
struct work_struct dequeue_work
 
bool is_async
 
int status
 

Detailed Description

struct whc_urb - per URB host controller structure. : the URB this struct is for. : the qset associated to the URB. : the work to remove the URB when dequeued. : the URB belongs to async sheduler or not. : the status to be returned when calling wusbhc_giveback_urb.

Definition at line 119 of file whcd.h.

Field Documentation

struct work_struct dequeue_work

Definition at line 122 of file whcd.h.

bool is_async

Definition at line 123 of file whcd.h.

Definition at line 121 of file whcd.h.

Definition at line 124 of file whcd.h.

struct urb* urb

Definition at line 120 of file whcd.h.


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