Home
last modified time | relevance | path

Searched refs:USB_PID_ACK (Results 1 – 5 of 5) sorted by relevance

/drivers/usb/host/
Dsl811-hcd.c389 case USB_PID_ACK: /* for control status */ in start()
512 ep->nextpid = USB_PID_ACK; in done()
542 ep->nextpid = USB_PID_ACK; in done()
550 ep->nextpid = USB_PID_ACK; in done()
559 case USB_PID_ACK: in done()
1446 case USB_PID_ACK: s = "status"; break; in sl811h_debug_show()
Disp116x-hcd.c262 case USB_PID_ACK: in preproc_atl_queue()
394 if (ep->nextpid == USB_PID_ACK) in postproc_atl_queue()
441 ep->nextpid = USB_PID_ACK; in postproc_atl_queue()
450 ep->nextpid = USB_PID_ACK; in postproc_atl_queue()
459 case USB_PID_ACK: in postproc_atl_queue()
526 } else if (ep->nextpid == USB_PID_ACK) { in start_atl_transfers()
Disp1362-hcd.c312 case USB_PID_ACK: in prepare_ptd()
547 ep->nextpid = USB_PID_ACK; in postproc_ep()
587 ep->nextpid = USB_PID_ACK; in postproc_ep()
614 ep->nextpid = USB_PID_ACK; in postproc_ep()
625 ep->nextpid = USB_PID_ACK; in postproc_ep()
634 case USB_PID_ACK: in postproc_ep()
2111 case USB_PID_ACK: in isp1362_show()
Dr8a66597-hcd.c1215 case USB_PID_ACK: in start_transfer()
1459 td->type = USB_PID_ACK; in check_next_phase()
1463 td->type = USB_PID_ACK; in check_next_phase()
1469 case USB_PID_ACK: in check_next_phase()
/drivers/usb/early/
Dehci-dbgp.c120 #define USB_PID_ACK 0xd2 macro