Searched refs:USB_PID_ACK (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/
H A Disp116x-hcd.c248 case USB_PID_ACK:
312 ep->nextpid = USB_PID_ACK;
333 if (ep->nextpid == USB_PID_ACK)
383 ep->nextpid = USB_PID_ACK;
392 ep->nextpid = USB_PID_ACK;
401 case USB_PID_ACK:
520 } else if (ep->nextpid == USB_PID_ACK) {
588 /* USB_PID_ACK check here avoids finishing of
592 && ep->nextpid != USB_PID_ACK)
H A Dsl811-hcd.c396 case USB_PID_ACK: /* for control status */
522 ep->nextpid = USB_PID_ACK;
568 ep->nextpid = USB_PID_ACK;
574 ep->nextpid = USB_PID_ACK;
583 case USB_PID_ACK:
1465 case USB_PID_ACK: s = "status"; break;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/core/
H A Dhcd.h31 #define USB_PID_ACK 0xd2 macro

Completed in 103 milliseconds