Lines Matching refs:nextpid
274 switch (ep->nextpid) { in prepare_ptd()
319 pr_err("%s@%d: ep->nextpid %02x\n", __func__, __LINE__, ep->nextpid); in prepare_ptd()
452 ep->nextpid = USB_PID_SETUP; in finish_request()
537 usb_pipein(urb->pipe) ? "IN" : "OUT", ep->nextpid, in postproc_ep()
545 ep->nextpid = USB_PID_ACK; in postproc_ep()
551 usb_settoggle(udev, ep->epnum, ep->nextpid == USB_PID_OUT, in postproc_ep()
563 __func__, ep->num_req, ep->nextpid, urbstat, cc, in postproc_ep()
569 switch (ep->nextpid) { in postproc_ep()
585 ep->nextpid = USB_PID_ACK; in postproc_ep()
612 ep->nextpid = USB_PID_ACK; in postproc_ep()
623 ep->nextpid = USB_PID_ACK; in postproc_ep()
626 ep->nextpid = USB_PID_OUT; in postproc_ep()
629 ep->nextpid = USB_PID_IN; in postproc_ep()
637 ep->nextpid = 0; in postproc_ep()
773 defer = ep->nextpid == USB_PID_SETUP; in start_atl_transfers()
1286 ep->nextpid = USB_PID_SETUP; in isp1362_urb_enqueue()
1288 ep->nextpid = USB_PID_OUT; in isp1362_urb_enqueue()
1290 ep->nextpid = USB_PID_IN; in isp1362_urb_enqueue()
2098 switch (ep->nextpid) { in isp1362_show()
2137 ((ep->nextpid == USB_PID_IN) ? in isp1362_show()
2150 ((ep->nextpid == USB_PID_IN) ? in isp1362_show()