Lines Matching refs:nextpid
248 switch (ep->nextpid) { in preproc_atl_queue()
270 ep->nextpid); in preproc_atl_queue()
302 ep->nextpid = USB_PID_SETUP; in finish_request()
381 ep->nextpid == USB_PID_OUT, in postproc_atl_queue()
393 if (ep->nextpid == USB_PID_ACK) in postproc_atl_queue()
394 ep->nextpid = 0; in postproc_atl_queue()
413 if (ep->nextpid == USB_PID_OUT) in postproc_atl_queue()
416 else if (ep->nextpid == USB_PID_IN) in postproc_atl_queue()
420 switch (ep->nextpid) { in postproc_atl_queue()
432 && ep->nextpid == USB_PID_OUT in postproc_atl_queue()
440 ep->nextpid = USB_PID_ACK; in postproc_atl_queue()
449 ep->nextpid = USB_PID_ACK; in postproc_atl_queue()
452 ep->nextpid = USB_PID_OUT; in postproc_atl_queue()
455 ep->nextpid = USB_PID_IN; in postproc_atl_queue()
463 ep->nextpid = 0; in postproc_atl_queue()
522 if (ep->nextpid == USB_PID_SETUP) { in start_atl_transfers()
524 } else if (ep->nextpid == USB_PID_ACK) { in start_atl_transfers()
731 ep->nextpid = USB_PID_SETUP; in isp116x_urb_enqueue()
733 ep->nextpid = USB_PID_OUT; in isp116x_urb_enqueue()
735 ep->nextpid = USB_PID_IN; in isp116x_urb_enqueue()