Searched refs:PIPE_CONTROL (Results 1 - 15 of 15) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/bluetooth/
H A Dbpa10x.c329 case PIPE_CONTROL:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dhcd.c1206 case PIPE_CONTROL: s = ""; break; \
H A Dhub.c2061 #define usb_sndaddr0pipe() (PIPE_CONTROL << 30)
2062 #define usb_rcvaddr0pipe() ((PIPE_CONTROL << 30) | USB_DIR_IN)
H A Durb.c307 case PIPE_CONTROL:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Ddummy_hcd.c1024 if (usb_pipetype (urb->pipe) == PIPE_CONTROL)
1512 // case PIPE_BULK: case PIPE_CONTROL:
1799 case PIPE_CONTROL: s = ""; break; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dehci-q.c767 if (type == PIPE_CONTROL) {
797 if (type == PIPE_CONTROL) {
H A Disp116x-hcd.c732 if (type == PIPE_CONTROL) {
770 case PIPE_CONTROL:
H A Dohci-dbg.c16 case PIPE_CONTROL: temp = "ctrl"; break; \
H A Dohci-hcd.c143 case PIPE_CONTROL:
H A Dohci-q.c195 case PIPE_CONTROL:
324 case PIPE_CONTROL:
436 if (ed->type != PIPE_CONTROL) {
653 case PIPE_CONTROL:
768 if ((type != PIPE_CONTROL || td->index != 0) && tdBE != 0) {
1098 case PIPE_CONTROL:
H A Dsl811-hcd.c859 if (type == PIPE_CONTROL)
901 case PIPE_CONTROL:
H A Du132-hcd.c1417 } else if (endp->pipetype == PIPE_CONTROL) {
H A Duhci-debug.c117 case PIPE_CONTROL: ptype = "CTL"; break;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/mon/
H A Dmon_text.c475 case PIPE_CONTROL: utype = 'C'; break;
494 case PIPE_CONTROL: utype = 'C'; break;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dusb.h1399 #define PIPE_CONTROL 2 macro
1411 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL)
1430 ((PIPE_CONTROL << 30) | __create_pipe(dev,endpoint))
1432 ((PIPE_CONTROL << 30) | __create_pipe(dev,endpoint) | USB_DIR_IN)

Completed in 176 milliseconds