Symbol: USB_PID_IN
drivers/usb/c67x00/c67x00-sched.c
671
pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN;
drivers/usb/c67x00/c67x00-sched.c
716
pid = !usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN;
drivers/usb/c67x00/c67x00-sched.c
755
pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN;
drivers/usb/early/ehci-dbgp.c
305
pids = dbgp_pid_read_update(pids, USB_PID_IN);
drivers/usb/host/isp116x-hcd.c
250
case USB_PID_IN:
drivers/usb/host/isp116x-hcd.c
417
else if (ep->nextpid == USB_PID_IN)
drivers/usb/host/isp116x-hcd.c
422
case USB_PID_IN:
drivers/usb/host/isp116x-hcd.c
456
ep->nextpid = USB_PID_IN;
drivers/usb/host/isp116x-hcd.c
737
ep->nextpid = USB_PID_IN;
drivers/usb/host/r8a66597-hcd.c
1209
case USB_PID_IN:
drivers/usb/host/r8a66597-hcd.c
1456
case USB_PID_IN:
drivers/usb/host/r8a66597-hcd.c
1467
td->type = USB_PID_IN;
drivers/usb/host/r8a66597-hcd.c
1507
if (td && td->type == USB_PID_IN)
drivers/usb/host/r8a66597-hcd.c
1521
if (td->type == USB_PID_IN)
drivers/usb/host/r8a66597-hcd.c
1875
td->type = USB_PID_IN;
drivers/usb/host/sl811-hcd.c
1446
case USB_PID_IN: s = "in"; break;
drivers/usb/host/sl811-hcd.c
1483
: ((ep->nextpid == USB_PID_IN)
drivers/usb/host/sl811-hcd.c
381
case USB_PID_IN:
drivers/usb/host/sl811-hcd.c
524
case USB_PID_IN:
drivers/usb/host/sl811-hcd.c
557
ep->nextpid = USB_PID_IN;
drivers/usb/host/sl811-hcd.c
857
ep->nextpid = USB_PID_IN;
drivers/usb/host/uhci-debug.c
77
case USB_PID_IN:
drivers/usb/host/uhci-hcd.c
648
(0x7f << TD_TOKEN_DEVADDR_SHIFT) | USB_PID_IN, 0);
drivers/usb/host/uhci-hcd.h
245
#define uhci_packetout(token) (uhci_packetid(token) != USB_PID_IN)
drivers/usb/host/uhci-hcd.h
246
#define uhci_packetin(token) (uhci_packetid(token) == USB_PID_IN)
drivers/usb/host/uhci-hcd.h
9
#define usb_packetid(pipe) (usb_pipein(pipe) ? USB_PID_IN : USB_PID_OUT)
drivers/usb/host/uhci-q.c
829
destination ^= (USB_PID_SETUP ^ USB_PID_IN);
drivers/usb/host/uhci-q.c
870
destination ^= (USB_PID_IN ^ USB_PID_OUT);