Searched refs:nextpid (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/usb/host/ |
H A D | isp116x-hcd.c | 249 switch (ep->nextpid) { in preproc_atl_queue() 270 ERR("%s %d: ep->nextpid %d\n", __func__, __LINE__, 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() [all...] |
H A 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() 537 DBG(1, "%s: req %d Data Underrun %s nextpid %02x short_%sok %d/%d/%d byte\n", in postproc_ep() 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() 564 DBG(1, "%s: req %d nextpid %02x, status %d, error %d, error_count %d\n", in postproc_ep() 565 __func__, ep->num_req, ep->nextpid, urbsta in postproc_ep() [all...] |
H A D | sl811.h | 175 u8 nextpid; member
|
H A D | isp116x.h | 308 u8 nextpid; member
|
H A D | isp1362.h | 389 u8 nextpid; member
|