Searched refs:USB_PID_IN (Results 1 - 22 of 22) 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 Duhci-hcd.h7 #define usb_packetid(pipe) (usb_pipein(pipe) ? USB_PID_IN : USB_PID_OUT)
233 #define uhci_packetout(token) (uhci_packetid(token) != USB_PID_IN)
234 #define uhci_packetin(token) (uhci_packetid(token) == USB_PID_IN)
H A Dsl811-hcd.c387 case USB_PID_IN:
528 case USB_PID_IN:
561 ep->nextpid = USB_PID_IN;
857 ep->nextpid = USB_PID_IN;
1449 case USB_PID_IN: s = "in"; break;
1486 : ((ep->nextpid == USB_PID_IN)
H A Disp116x-hcd.c251 case USB_PID_IN:
418 else if (ep->nextpid == USB_PID_IN)
423 case USB_PID_IN:
457 ep->nextpid = USB_PID_IN;
736 ep->nextpid = USB_PID_IN;
H A Dr8a66597-hcd.c1229 case USB_PID_IN:
1476 case USB_PID_IN:
1487 td->type = USB_PID_IN;
1527 if (td && td->type == USB_PID_IN)
1541 if (td->type == USB_PID_IN)
1891 td->type = USB_PID_IN;
H A Disp1362-hcd.c283 case USB_PID_IN:
607 case USB_PID_IN:
639 ep->nextpid = USB_PID_IN;
1299 ep->nextpid = USB_PID_IN;
2114 case USB_PID_IN:
2152 ((ep->nextpid == USB_PID_IN) ?
2165 ((ep->nextpid == USB_PID_IN) ?
H A Duhci-debug.c75 case USB_PID_IN:
H A Duhci-q.c827 destination ^= (USB_PID_SETUP ^ USB_PID_IN);
868 destination ^= (USB_PID_IN ^ USB_PID_OUT);
H A Duhci-hcd.c676 (0x7f << TD_TOKEN_DEVADDR_SHIFT) | USB_PID_IN, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Duhci-hcd.h7 #define usb_packetid(pipe) (usb_pipein(pipe) ? USB_PID_IN : USB_PID_OUT)
233 #define uhci_packetout(token) (uhci_packetid(token) != USB_PID_IN)
234 #define uhci_packetin(token) (uhci_packetid(token) == USB_PID_IN)
H A Dsl811-hcd.c387 case USB_PID_IN:
528 case USB_PID_IN:
561 ep->nextpid = USB_PID_IN;
857 ep->nextpid = USB_PID_IN;
1449 case USB_PID_IN: s = "in"; break;
1486 : ((ep->nextpid == USB_PID_IN)
H A Disp116x-hcd.c251 case USB_PID_IN:
418 else if (ep->nextpid == USB_PID_IN)
423 case USB_PID_IN:
457 ep->nextpid = USB_PID_IN;
736 ep->nextpid = USB_PID_IN;
H A Dr8a66597-hcd.c1229 case USB_PID_IN:
1476 case USB_PID_IN:
1487 td->type = USB_PID_IN;
1527 if (td && td->type == USB_PID_IN)
1541 if (td->type == USB_PID_IN)
1891 td->type = USB_PID_IN;
H A Disp1362-hcd.c283 case USB_PID_IN:
607 case USB_PID_IN:
639 ep->nextpid = USB_PID_IN;
1299 ep->nextpid = USB_PID_IN;
2114 case USB_PID_IN:
2152 ((ep->nextpid == USB_PID_IN) ?
2165 ((ep->nextpid == USB_PID_IN) ?
H A Duhci-debug.c75 case USB_PID_IN:
H A Duhci-q.c827 destination ^= (USB_PID_SETUP ^ USB_PID_IN);
868 destination ^= (USB_PID_IN ^ USB_PID_OUT);
H A Duhci-hcd.c676 (0x7f << TD_TOKEN_DEVADDR_SHIFT) | USB_PID_IN, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/c67x00/
H A Dc67x00-sched.c694 pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN;
738 pid = !usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN;
777 pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/c67x00/
H A Dc67x00-sched.c694 pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN;
738 pid = !usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN;
777 pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/usb/
H A Dhcd.h44 #define USB_PID_IN 0x69 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/usb/
H A Dhcd.h44 #define USB_PID_IN 0x69 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/early/
H A Dehci-dbgp.c111 #define USB_PID_IN 0x69 macro
306 pids = dbgp_pid_read_update(pids, USB_PID_IN);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/early/
H A Dehci-dbgp.c111 #define USB_PID_IN 0x69 macro
306 pids = dbgp_pid_read_update(pids, USB_PID_IN);

Completed in 198 milliseconds