USB_PID_SETUP     700 drivers/usb/c67x00/c67x00-sched.c 				       8, USB_PID_SETUP, 0, SETUP_STAGE);
USB_PID_SETUP     348 drivers/usb/early/ehci-dbgp.c 	pids = DBGP_PID_SET(USB_PID_DATA0, USB_PID_SETUP);
USB_PID_SETUP     258 drivers/usb/host/isp116x-hcd.c 		case USB_PID_SETUP:
USB_PID_SETUP     303 drivers/usb/host/isp116x-hcd.c 		ep->nextpid = USB_PID_SETUP;
USB_PID_SETUP     445 drivers/usb/host/isp116x-hcd.c 		case USB_PID_SETUP:
USB_PID_SETUP     524 drivers/usb/host/isp116x-hcd.c 		if (ep->nextpid == USB_PID_SETUP) {
USB_PID_SETUP     733 drivers/usb/host/isp116x-hcd.c 			ep->nextpid = USB_PID_SETUP;
USB_PID_SETUP     305 drivers/usb/host/isp1362-hcd.c 	case USB_PID_SETUP:
USB_PID_SETUP     454 drivers/usb/host/isp1362-hcd.c 		ep->nextpid = USB_PID_SETUP;
USB_PID_SETUP     623 drivers/usb/host/isp1362-hcd.c 	case USB_PID_SETUP:
USB_PID_SETUP     775 drivers/usb/host/isp1362-hcd.c 		defer = ep->nextpid == USB_PID_SETUP;
USB_PID_SETUP    1288 drivers/usb/host/isp1362-hcd.c 			ep->nextpid = USB_PID_SETUP;
USB_PID_SETUP    2108 drivers/usb/host/isp1362-hcd.c 				   case USB_PID_SETUP:
USB_PID_SETUP    1201 drivers/usb/host/r8a66597-hcd.c 	case USB_PID_SETUP:
USB_PID_SETUP    1463 drivers/usb/host/r8a66597-hcd.c 	case USB_PID_SETUP:
USB_PID_SETUP    1875 drivers/usb/host/r8a66597-hcd.c 		td->type = USB_PID_SETUP;
USB_PID_SETUP     386 drivers/usb/host/sl811-hcd.c 	case USB_PID_SETUP:
USB_PID_SETUP     430 drivers/usb/host/sl811-hcd.c 		ep->nextpid = USB_PID_SETUP;
USB_PID_SETUP     547 drivers/usb/host/sl811-hcd.c 		case USB_PID_SETUP:
USB_PID_SETUP     850 drivers/usb/host/sl811-hcd.c 			ep->nextpid = USB_PID_SETUP;
USB_PID_SETUP    1446 drivers/usb/host/sl811-hcd.c 			case USB_PID_SETUP: s = "setup"; break;
USB_PID_SETUP      71 drivers/usb/host/uhci-debug.c 		case USB_PID_SETUP:
USB_PID_SETUP     802 drivers/usb/host/uhci-q.c 	destination = (urb->pipe & PIPE_DEVEP_MASK) | USB_PID_SETUP;
USB_PID_SETUP     827 drivers/usb/host/uhci-q.c 		destination ^= (USB_PID_SETUP ^ USB_PID_OUT);
USB_PID_SETUP     829 drivers/usb/host/uhci-q.c 		destination ^= (USB_PID_SETUP ^ USB_PID_IN);