Searched refs:queue_for_etd (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dimx21-hcd.h417 struct list_head queue_for_etd; /* eps queued due to etd shortage */ member in struct:imx21
H A Dimx21-dbg.c229 list_for_each_entry(ep_priv, &imx21->queue_for_etd, queue)
H A Dimx21-hcd.c395 if (list_empty(&imx21->queue_for_etd)) {
402 ep_priv = list_first_entry(&imx21->queue_for_etd,
1074 list_add_tail(&ep_priv->queue, &imx21->queue_for_etd);
1706 INIT_LIST_HEAD(&imx21->queue_for_etd);

Completed in 93 milliseconds