Lines Matching refs:nextpid
249 switch (ep->nextpid) { in preproc_atl_queue()
271 ep->nextpid); in preproc_atl_queue()
303 ep->nextpid = USB_PID_SETUP; in finish_request()
382 ep->nextpid == USB_PID_OUT, in postproc_atl_queue()
394 if (ep->nextpid == USB_PID_ACK) in postproc_atl_queue()
395 ep->nextpid = 0; in postproc_atl_queue()
414 if (ep->nextpid == USB_PID_OUT) in postproc_atl_queue()
417 else if (ep->nextpid == USB_PID_IN) in postproc_atl_queue()
421 switch (ep->nextpid) { in postproc_atl_queue()
433 && ep->nextpid == USB_PID_OUT in postproc_atl_queue()
441 ep->nextpid = USB_PID_ACK; in postproc_atl_queue()
450 ep->nextpid = USB_PID_ACK; in postproc_atl_queue()
453 ep->nextpid = USB_PID_OUT; in postproc_atl_queue()
456 ep->nextpid = USB_PID_IN; in postproc_atl_queue()
464 ep->nextpid = 0; in postproc_atl_queue()
524 if (ep->nextpid == USB_PID_SETUP) { in start_atl_transfers()
526 } else if (ep->nextpid == USB_PID_ACK) { in start_atl_transfers()
733 ep->nextpid = USB_PID_SETUP; in isp116x_urb_enqueue()
735 ep->nextpid = USB_PID_OUT; in isp116x_urb_enqueue()
737 ep->nextpid = USB_PID_IN; in isp116x_urb_enqueue()