Searched refs:nextpid (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Disp116x-hcd.c250 switch (ep->nextpid) {
271 ERR("%s %d: ep->nextpid %d\n", __func__, __LINE__,
272 ep->nextpid);
304 ep->nextpid = USB_PID_SETUP;
383 ep->nextpid == USB_PID_OUT,
395 if (ep->nextpid == USB_PID_ACK)
396 ep->nextpid = 0;
415 if (ep->nextpid == USB_PID_OUT)
418 else if (ep->nextpid == USB_PID_IN)
422 switch (ep->nextpid) {
[all...]
H A Dsl811-hcd.c386 switch (ep->nextpid) {
400 DBG("bad ep%p pid %02x\n", ep, ep->nextpid);
436 ep->nextpid = USB_PID_SETUP;
509 switch (ep->nextpid) {
517 ep->nextpid = USB_PID_ACK;
547 ep->nextpid = USB_PID_ACK;
555 ep->nextpid = USB_PID_ACK;
558 ep->nextpid = USB_PID_OUT;
561 ep->nextpid = USB_PID_IN;
853 ep->nextpid
[all...]
H A Disp1362-hcd.c282 switch (ep->nextpid) {
327 pr_err("%s@%d: ep->nextpid %02x\n", __func__, __LINE__, ep->nextpid);
462 ep->nextpid = USB_PID_SETUP;
545 DBG(1, "%s: req %d Data Underrun %s nextpid %02x short_%sok %d/%d/%d byte\n",
547 usb_pipein(urb->pipe) ? "IN" : "OUT", ep->nextpid,
551 ep->nextpid = USB_PID_ACK;
561 usb_settoggle(udev, ep->epnum, ep->nextpid == USB_PID_OUT,
572 DBG(1, "%s: req %d nextpid %02x, status %d, error %d, error_count %d\n",
573 __func__, ep->num_req, ep->nextpid, urbsta
[all...]
H A Dsl811.h175 u8 nextpid; member in struct:sl811h_ep
H A Disp116x.h308 u8 nextpid; member in struct:isp116x_ep
H A Disp1362.h439 u8 nextpid; member in struct:isp1362_ep
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Disp116x-hcd.c250 switch (ep->nextpid) {
271 ERR("%s %d: ep->nextpid %d\n", __func__, __LINE__,
272 ep->nextpid);
304 ep->nextpid = USB_PID_SETUP;
383 ep->nextpid == USB_PID_OUT,
395 if (ep->nextpid == USB_PID_ACK)
396 ep->nextpid = 0;
415 if (ep->nextpid == USB_PID_OUT)
418 else if (ep->nextpid == USB_PID_IN)
422 switch (ep->nextpid) {
[all...]
H A Dsl811-hcd.c386 switch (ep->nextpid) {
400 DBG("bad ep%p pid %02x\n", ep, ep->nextpid);
436 ep->nextpid = USB_PID_SETUP;
509 switch (ep->nextpid) {
517 ep->nextpid = USB_PID_ACK;
547 ep->nextpid = USB_PID_ACK;
555 ep->nextpid = USB_PID_ACK;
558 ep->nextpid = USB_PID_OUT;
561 ep->nextpid = USB_PID_IN;
853 ep->nextpid
[all...]
H A Disp1362-hcd.c282 switch (ep->nextpid) {
327 pr_err("%s@%d: ep->nextpid %02x\n", __func__, __LINE__, ep->nextpid);
462 ep->nextpid = USB_PID_SETUP;
545 DBG(1, "%s: req %d Data Underrun %s nextpid %02x short_%sok %d/%d/%d byte\n",
547 usb_pipein(urb->pipe) ? "IN" : "OUT", ep->nextpid,
551 ep->nextpid = USB_PID_ACK;
561 usb_settoggle(udev, ep->epnum, ep->nextpid == USB_PID_OUT,
572 DBG(1, "%s: req %d nextpid %02x, status %d, error %d, error_count %d\n",
573 __func__, ep->num_req, ep->nextpid, urbsta
[all...]
H A Dsl811.h175 u8 nextpid; member in struct:sl811h_ep
H A Disp116x.h308 u8 nextpid; member in struct:isp116x_ep
H A Disp1362.h439 u8 nextpid; member in struct:isp1362_ep

Completed in 149 milliseconds