Searched refs:needs_fixup (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-hcd.h160 unsigned int needs_fixup:1; /* Must fix the TD toggle values */ member in struct:uhci_qh
H A Duhci-q.c360 qh->needs_fixup = 1;
416 qh->needs_fixup = 0;
1214 qh->needs_fixup = (qh->type != USB_ENDPOINT_XFER_CONTROL);
1515 if (list_empty(&qh->queue) && qh->needs_fixup) {
1518 qh->needs_fixup = 0;
1604 if (qh->needs_fixup)

Completed in 67 milliseconds