USB_PID_IN 671 drivers/usb/c67x00/c67x00-sched.c pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; USB_PID_IN 715 drivers/usb/c67x00/c67x00-sched.c pid = !usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; USB_PID_IN 754 drivers/usb/c67x00/c67x00-sched.c pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; USB_PID_IN 310 drivers/usb/early/ehci-dbgp.c pids = dbgp_pid_read_update(pids, USB_PID_IN); USB_PID_IN 250 drivers/usb/host/isp116x-hcd.c case USB_PID_IN: USB_PID_IN 417 drivers/usb/host/isp116x-hcd.c else if (ep->nextpid == USB_PID_IN) USB_PID_IN 422 drivers/usb/host/isp116x-hcd.c case USB_PID_IN: USB_PID_IN 456 drivers/usb/host/isp116x-hcd.c ep->nextpid = USB_PID_IN; USB_PID_IN 737 drivers/usb/host/isp116x-hcd.c ep->nextpid = USB_PID_IN; USB_PID_IN 277 drivers/usb/host/isp1362-hcd.c case USB_PID_IN: USB_PID_IN 599 drivers/usb/host/isp1362-hcd.c case USB_PID_IN: USB_PID_IN 631 drivers/usb/host/isp1362-hcd.c ep->nextpid = USB_PID_IN; USB_PID_IN 1292 drivers/usb/host/isp1362-hcd.c ep->nextpid = USB_PID_IN; USB_PID_IN 2102 drivers/usb/host/isp1362-hcd.c case USB_PID_IN: USB_PID_IN 2140 drivers/usb/host/isp1362-hcd.c ((ep->nextpid == USB_PID_IN) ? USB_PID_IN 2153 drivers/usb/host/isp1362-hcd.c ((ep->nextpid == USB_PID_IN) ? USB_PID_IN 1211 drivers/usb/host/r8a66597-hcd.c case USB_PID_IN: USB_PID_IN 1458 drivers/usb/host/r8a66597-hcd.c case USB_PID_IN: USB_PID_IN 1469 drivers/usb/host/r8a66597-hcd.c td->type = USB_PID_IN; USB_PID_IN 1509 drivers/usb/host/r8a66597-hcd.c if (td && td->type == USB_PID_IN) USB_PID_IN 1523 drivers/usb/host/r8a66597-hcd.c if (td->type == USB_PID_IN) USB_PID_IN 1877 drivers/usb/host/r8a66597-hcd.c td->type = USB_PID_IN; USB_PID_IN 380 drivers/usb/host/sl811-hcd.c case USB_PID_IN: USB_PID_IN 523 drivers/usb/host/sl811-hcd.c case USB_PID_IN: USB_PID_IN 556 drivers/usb/host/sl811-hcd.c ep->nextpid = USB_PID_IN; USB_PID_IN 854 drivers/usb/host/sl811-hcd.c ep->nextpid = USB_PID_IN; USB_PID_IN 1444 drivers/usb/host/sl811-hcd.c case USB_PID_IN: s = "in"; break; USB_PID_IN 1481 drivers/usb/host/sl811-hcd.c : ((ep->nextpid == USB_PID_IN) USB_PID_IN 77 drivers/usb/host/uhci-debug.c case USB_PID_IN: USB_PID_IN 651 drivers/usb/host/uhci-hcd.c (0x7f << TD_TOKEN_DEVADDR_SHIFT) | USB_PID_IN, 0); USB_PID_IN 9 drivers/usb/host/uhci-hcd.h #define usb_packetid(pipe) (usb_pipein(pipe) ? USB_PID_IN : USB_PID_OUT) USB_PID_IN 245 drivers/usb/host/uhci-hcd.h #define uhci_packetout(token) (uhci_packetid(token) != USB_PID_IN) USB_PID_IN 246 drivers/usb/host/uhci-hcd.h #define uhci_packetin(token) (uhci_packetid(token) == USB_PID_IN) USB_PID_IN 829 drivers/usb/host/uhci-q.c destination ^= (USB_PID_SETUP ^ USB_PID_IN); USB_PID_IN 870 drivers/usb/host/uhci-q.c destination ^= (USB_PID_IN ^ USB_PID_OUT);