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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/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)
H A Disp116x-hcd.c240 case USB_PID_OUT:
316 USB_PID_OUT,
356 if (ep->nextpid == USB_PID_OUT)
365 case USB_PID_OUT:
375 && ep->nextpid == USB_PID_OUT
395 ep->nextpid = USB_PID_OUT;
735 ep->nextpid = USB_PID_OUT;
H A Dsl811-hcd.c390 case USB_PID_OUT:
515 case USB_PID_OUT:
577 ep->nextpid = USB_PID_OUT;
862 ep->nextpid = USB_PID_OUT;
1463 case USB_PID_OUT: s = "out"; break;
H A Duhci-q.c832 destination ^= (USB_PID_SETUP ^ USB_PID_OUT);
877 destination |= USB_PID_OUT;
896 uhci_fill_td(td, 0, USB_PID_OUT | uhci_explen(0), 0);
1028 uhci_fill_td(td, 0, USB_PID_OUT | uhci_explen(0), 0);
H A Duhci-debug.c72 case USB_PID_OUT:
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/core/
H A Dhcd.h30 #define USB_PID_OUT 0xe1 macro

Completed in 110 milliseconds