Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Disp116x-hcd.c248 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()
[all …]
Dsl811-hcd.c378 switch (ep->nextpid) { in start()
393 "bad ep%p pid %02x\n", ep, ep->nextpid); in start()
429 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()
849 ep->nextpid = USB_PID_SETUP; in sl811h_urb_enqueue()
[all …]
Disp1362-hcd.c274 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()
[all …]
Dsl811.h175 u8 nextpid; member
Disp116x.h308 u8 nextpid; member
Disp1362.h434 u8 nextpid; member