Searched refs:needs_fixup (Results 1 – 2 of 2) sorted by relevance
361 qh->needs_fixup = 1; in uhci_cleanup_queue()418 qh->needs_fixup = 0; in uhci_fixup_toggles()1242 qh->needs_fixup = (qh->type != USB_ENDPOINT_XFER_CONTROL); in uhci_result_common()1546 if (list_empty(&qh->queue) && qh->needs_fixup) { in uhci_giveback_urb()1549 qh->needs_fixup = 0; in uhci_giveback_urb()1635 if (qh->needs_fixup) in uhci_scan_qh()
180 unsigned int needs_fixup:1; /* Must fix the TD toggle values */ member