Lines Matching refs:nextpid
379 switch (ep->nextpid) { in start()
394 "bad ep%p pid %02x\n", ep, ep->nextpid); in start()
430 ep->nextpid = USB_PID_SETUP; in finish_request()
504 switch (ep->nextpid) { in done()
512 ep->nextpid = USB_PID_ACK; in done()
542 ep->nextpid = USB_PID_ACK; in done()
550 ep->nextpid = USB_PID_ACK; in done()
553 ep->nextpid = USB_PID_OUT; in done()
556 ep->nextpid = USB_PID_IN; in done()
852 ep->nextpid = USB_PID_SETUP; in sl811h_urb_enqueue()
854 ep->nextpid = USB_PID_OUT; in sl811h_urb_enqueue()
856 ep->nextpid = USB_PID_IN; in sl811h_urb_enqueue()
1444 ({ char *s; switch (ep->nextpid) { in sl811h_debug_show()
1482 : ((ep->nextpid == USB_PID_IN) in sl811h_debug_show()