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()
523 if (ep->nextpid == USB_PID_SETUP) { in start_atl_transfers()
525 } else if (ep->nextpid == USB_PID_ACK) { in start_atl_transfers()
732 ep->nextpid = USB_PID_SETUP; in isp116x_urb_enqueue()
734 ep->nextpid = USB_PID_OUT; in isp116x_urb_enqueue()
736 ep->nextpid = USB_PID_IN; in isp116x_urb_enqueue()