Searched refs:post_td (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Duhci-q.c594 /* Now that the QH is idle, its post_td isn't being used */
595 if (qh->post_td) {
596 uhci_free_td(uhci, qh->post_td);
597 qh->post_td = NULL;
1118 qh->initial_toggle = uhci_toggle(td_token(qh->post_td)) ^ 1;
1122 td = qh->post_td;
1199 if (qh->post_td)
1200 uhci_free_td(uhci, qh->post_td);
1201 qh->post_td = td;
1679 if (qh->post_td
[all...]
H A Duhci-hcd.h144 struct uhci_td *post_td; /* Last TD completed */ member in struct:uhci_qh

Completed in 67 milliseconds