Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/host/
Duhci-q.c361 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()
Duhci-hcd.h180 unsigned int needs_fixup:1; /* Must fix the TD toggle values */ member