Home
last modified time | relevance | path

Searched refs:needs_fixup (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/host/
Duhci-q.c362 qh->needs_fixup = 1; in uhci_cleanup_queue()
419 qh->needs_fixup = 0; in uhci_fixup_toggles()
1243 qh->needs_fixup = (qh->type != USB_ENDPOINT_XFER_CONTROL); in uhci_result_common()
1547 if (list_empty(&qh->queue) && qh->needs_fixup) { in uhci_giveback_urb()
1550 qh->needs_fixup = 0; in uhci_giveback_urb()
1636 if (qh->needs_fixup) in uhci_scan_qh()
Duhci-hcd.h176 unsigned int needs_fixup:1; /* Must fix the TD toggle values */ member