Searched refs:USB_PID_ACK (Results 1 – 5 of 5) sorted by relevance
388 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()
261 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()
310 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()
1230 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()
119 #define USB_PID_ACK 0xd2 macro