Linux Kernel
3.7.1
|
#include <whcd.h>
Data Fields | |
struct urb * | urb |
struct whc_qset * | qset |
struct work_struct | dequeue_work |
bool | is_async |
int | status |
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.
struct work_struct dequeue_work |