Lines Matching refs:nextpid
276 switch (ep->nextpid) { in prepare_ptd()
321 pr_err("%s@%d: ep->nextpid %02x\n", __func__, __LINE__, ep->nextpid); in prepare_ptd()
454 ep->nextpid = USB_PID_SETUP; in finish_request()
539 usb_pipein(urb->pipe) ? "IN" : "OUT", ep->nextpid, in postproc_ep()
547 ep->nextpid = USB_PID_ACK; in postproc_ep()
553 usb_settoggle(udev, ep->epnum, ep->nextpid == USB_PID_OUT, in postproc_ep()
565 __func__, ep->num_req, ep->nextpid, urbstat, cc, in postproc_ep()
571 switch (ep->nextpid) { in postproc_ep()
587 ep->nextpid = USB_PID_ACK; in postproc_ep()
614 ep->nextpid = USB_PID_ACK; in postproc_ep()
625 ep->nextpid = USB_PID_ACK; in postproc_ep()
628 ep->nextpid = USB_PID_OUT; in postproc_ep()
631 ep->nextpid = USB_PID_IN; in postproc_ep()
639 ep->nextpid = 0; in postproc_ep()
775 defer = ep->nextpid == USB_PID_SETUP; in start_atl_transfers()
1288 ep->nextpid = USB_PID_SETUP; in isp1362_urb_enqueue()
1290 ep->nextpid = USB_PID_OUT; in isp1362_urb_enqueue()
1292 ep->nextpid = USB_PID_IN; in isp1362_urb_enqueue()
2101 switch (ep->nextpid) { in isp1362_show()
2140 ((ep->nextpid == USB_PID_IN) ? in isp1362_show()
2153 ((ep->nextpid == USB_PID_IN) ? in isp1362_show()