Home
last modified time | relevance | path

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

/drivers/usb/host/
Dsl811-hcd.c388 case USB_PID_ACK: /* for control status */ in start()
511 ep->nextpid = USB_PID_ACK; in done()
541 ep->nextpid = USB_PID_ACK; in done()
549 ep->nextpid = USB_PID_ACK; in done()
558 case USB_PID_ACK: in done()
1445 case USB_PID_ACK: s = "status"; break; in sl811h_show()
Disp116x-hcd.c261 case USB_PID_ACK: in preproc_atl_queue()
393 if (ep->nextpid == USB_PID_ACK) in postproc_atl_queue()
440 ep->nextpid = USB_PID_ACK; in postproc_atl_queue()
449 ep->nextpid = USB_PID_ACK; in postproc_atl_queue()
458 case USB_PID_ACK: in postproc_atl_queue()
525 } else if (ep->nextpid == USB_PID_ACK) { in start_atl_transfers()
Disp1362-hcd.c310 case USB_PID_ACK: in prepare_ptd()
545 ep->nextpid = USB_PID_ACK; in postproc_ep()
585 ep->nextpid = USB_PID_ACK; in postproc_ep()
612 ep->nextpid = USB_PID_ACK; in postproc_ep()
623 ep->nextpid = USB_PID_ACK; in postproc_ep()
632 case USB_PID_ACK: in postproc_ep()
2108 case USB_PID_ACK: in isp1362_show()
Dr8a66597-hcd.c1230 case USB_PID_ACK: in start_transfer()
1474 td->type = USB_PID_ACK; in check_next_phase()
1478 td->type = USB_PID_ACK; in check_next_phase()
1484 case USB_PID_ACK: in check_next_phase()
/drivers/usb/early/
Dehci-dbgp.c119 #define USB_PID_ACK 0xd2 macro