Lines Matching refs:nextpid
378 switch (ep->nextpid) { in start()
393 "bad ep%p pid %02x\n", ep, ep->nextpid); in start()
429 ep->nextpid = USB_PID_SETUP; in finish_request()
503 switch (ep->nextpid) { in done()
511 ep->nextpid = USB_PID_ACK; in done()
541 ep->nextpid = USB_PID_ACK; in done()
549 ep->nextpid = USB_PID_ACK; in done()
552 ep->nextpid = USB_PID_OUT; in done()
555 ep->nextpid = USB_PID_IN; in done()
849 ep->nextpid = USB_PID_SETUP; in sl811h_urb_enqueue()
851 ep->nextpid = USB_PID_OUT; in sl811h_urb_enqueue()
853 ep->nextpid = USB_PID_IN; in sl811h_urb_enqueue()
1442 ({ char *s; switch (ep->nextpid) { in sl811h_show()
1480 : ((ep->nextpid == USB_PID_IN) in sl811h_show()