Searched refs:needs_fixup (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 188 milliseconds