Searched refs:USB_PID_OUT (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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)
H A Disp116x-hcd.c255 case USB_PID_OUT:
383 ep->nextpid == USB_PID_OUT,
415 if (ep->nextpid == USB_PID_OUT)
424 case USB_PID_OUT:
434 && ep->nextpid == USB_PID_OUT
454 ep->nextpid = USB_PID_OUT;
734 ep->nextpid = USB_PID_OUT;
H A Dsl811-hcd.c390 case USB_PID_OUT:
510 case USB_PID_OUT:
558 ep->nextpid = USB_PID_OUT;
855 ep->nextpid = USB_PID_OUT;
1450 case USB_PID_OUT: s = "out"; break;
H A Dr8a66597-hcd.c1232 case USB_PID_OUT:
1477 case USB_PID_OUT:
1485 td->type = USB_PID_OUT;
1543 else if (td->type == USB_PID_OUT)
1563 if (td && td->type != USB_PID_OUT)
1893 td->type = USB_PID_OUT;
H A Duhci-q.c825 destination ^= (USB_PID_SETUP ^ USB_PID_OUT);
868 destination ^= (USB_PID_IN ^ USB_PID_OUT);
884 uhci_fill_td(td, 0, USB_PID_OUT | uhci_explen(0), 0);
1014 uhci_fill_td(td, 0, USB_PID_OUT | uhci_explen(0), 0);
H A Duhci-debug.c72 case USB_PID_OUT:
H A Disp1362-hcd.c296 case USB_PID_OUT:
561 usb_settoggle(udev, ep->epnum, ep->nextpid == USB_PID_OUT,
580 case USB_PID_OUT:
636 ep->nextpid = USB_PID_OUT;
1297 ep->nextpid = USB_PID_OUT;
2117 case USB_PID_OUT:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dhcd.h36 #define USB_PID_OUT 0xe1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/early/
H A Dehci-dbgp.c110 #define USB_PID_OUT 0xe1 macro
279 pids = dbgp_pid_write_update(pids, USB_PID_OUT);

Completed in 206 milliseconds