Searched refs:nextpid (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | isp116x-hcd.c | 249 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 …]
|
D | sl811-hcd.c | 379 switch (ep->nextpid) { in start() 394 "bad ep%p pid %02x\n", ep, ep->nextpid); in start() 430 ep->nextpid = USB_PID_SETUP; in finish_request() 504 switch (ep->nextpid) { in done() 512 ep->nextpid = USB_PID_ACK; in done() 542 ep->nextpid = USB_PID_ACK; in done() 550 ep->nextpid = USB_PID_ACK; in done() 553 ep->nextpid = USB_PID_OUT; in done() 556 ep->nextpid = USB_PID_IN; in done() 850 ep->nextpid = USB_PID_SETUP; in sl811h_urb_enqueue() [all …]
|
D | isp1362-hcd.c | 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() [all …]
|
D | sl811.h | 176 u8 nextpid; member
|
D | isp116x.h | 309 u8 nextpid; member
|
D | isp1362.h | 389 u8 nextpid; member
|