Home
last modified time | relevance | path

Searched refs:nextpid (Results 1 – 6 of 6) sorted by relevance

/drivers/usb/host/
Disp116x-hcd.c249 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()
[all …]
Dsl811-hcd.c380 switch (ep->nextpid) { in start()
394 DBG("bad ep%p pid %02x\n", ep, ep->nextpid); in start()
430 ep->nextpid = USB_PID_SETUP; in finish_request()
503 switch (ep->nextpid) { in done()
511 ep->nextpid = USB_PID_ACK; in done()
541 ep->nextpid = USB_PID_ACK; in done()
549 ep->nextpid = USB_PID_ACK; in done()
552 ep->nextpid = USB_PID_OUT; in done()
555 ep->nextpid = USB_PID_IN; in done()
847 ep->nextpid = USB_PID_SETUP; in sl811h_urb_enqueue()
[all …]
Disp1362-hcd.c278 switch (ep->nextpid) { in prepare_ptd()
323 pr_err("%s@%d: ep->nextpid %02x\n", __func__, __LINE__, ep->nextpid); in prepare_ptd()
458 ep->nextpid = USB_PID_SETUP; in finish_request()
543 usb_pipein(urb->pipe) ? "IN" : "OUT", ep->nextpid, in postproc_ep()
551 ep->nextpid = USB_PID_ACK; in postproc_ep()
557 usb_settoggle(udev, ep->epnum, ep->nextpid == USB_PID_OUT, in postproc_ep()
569 __func__, ep->num_req, ep->nextpid, urbstat, cc, in postproc_ep()
575 switch (ep->nextpid) { in postproc_ep()
591 ep->nextpid = USB_PID_ACK; in postproc_ep()
618 ep->nextpid = USB_PID_ACK; in postproc_ep()
[all …]
Dsl811.h175 u8 nextpid; member
Disp116x.h308 u8 nextpid; member
Disp1362.h439 u8 nextpid; member