needs_fixup       180 drivers/usb/host/uhci-hcd.h 	unsigned int needs_fixup:1;	/* Must fix the TD toggle values */
needs_fixup       361 drivers/usb/host/uhci-q.c 	qh->needs_fixup = 1;
needs_fixup       418 drivers/usb/host/uhci-q.c 	qh->needs_fixup = 0;
needs_fixup      1242 drivers/usb/host/uhci-q.c 		qh->needs_fixup = (qh->type != USB_ENDPOINT_XFER_CONTROL);
needs_fixup      1546 drivers/usb/host/uhci-q.c 	if (list_empty(&qh->queue) && qh->needs_fixup) {
needs_fixup      1549 drivers/usb/host/uhci-q.c 		qh->needs_fixup = 0;
needs_fixup      1635 drivers/usb/host/uhci-q.c 		if (qh->needs_fixup)