Searched refs:bRequestType (Results 1 - 25 of 95) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dwusb-wa.h131 u8 bRequestType; /* 0x80 WA_REQUEST_TYPE_CTL */ member in struct:wa_xfer_hdr
161 u8 bRequestType; member in struct:wa_xfer_abort
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dusbdevice_fs.h40 __u8 bRequestType; member in struct:usbdevfs_ctrltransfer
133 u8 bRequestType; member in struct:usbdevfs_ctrltransfer32
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/usbip/
H A Dstub_rx.c34 (req->bRequestType == USB_RECIP_ENDPOINT) &&
45 (req->bRequestType == USB_RECIP_INTERFACE);
55 (req->bRequestType == USB_RECIP_DEVICE);
69 (req->bRequestType == USB_RT_PORT) &&
444 is_out = !(setup->bRequestType & USB_DIR_IN) ||
H A Dusbip_common.c203 printk(KERN_DEBUG "bRequestType(%02X) ", cmd->bRequestType);
211 if ((cmd->bRequestType & USB_TYPE_MASK) == USB_TYPE_STANDARD) {
252 usbip_dump_request_type(cmd->bRequestType);
254 } else if ((cmd->bRequestType & USB_TYPE_MASK) == USB_TYPE_CLASS)
257 else if ((cmd->bRequestType & USB_TYPE_MASK) == USB_TYPE_VENDOR)
260 else if ((cmd->bRequestType & USB_TYPE_MASK) == USB_TYPE_RESERVED)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/musb/
H A Dmusb_gadget_ep0.c83 const u8 recip = ctrlrequest->bRequestType & USB_RECIP_MASK;
179 if ((ctrlrequest->bRequestType & USB_TYPE_MASK)
235 const u8 recip = ctrlrequest->bRequestType & USB_RECIP_MASK;
238 if ((ctrlrequest->bRequestType & USB_TYPE_MASK)
610 req->bRequestType,
632 if (req->bRequestType & USB_DIR_IN)
635 } else if (req->bRequestType & USB_DIR_IN) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Df_sourcesink.c450 if (ctrl->bRequestType != (USB_DIR_OUT|USB_TYPE_VENDOR))
460 if (ctrl->bRequestType != (USB_DIR_IN|USB_TYPE_VENDOR))
474 ctrl->bRequestType, ctrl->bRequest,
481 ctrl->bRequestType, ctrl->bRequest,
H A Dcomposite.c796 if (ctrl->bRequestType != USB_DIR_IN)
833 if (ctrl->bRequestType != 0)
848 if (ctrl->bRequestType != USB_DIR_IN)
861 if (ctrl->bRequestType != USB_RECIP_INTERFACE)
873 if (ctrl->bRequestType != (USB_DIR_IN|USB_RECIP_INTERFACE))
891 ctrl->bRequestType, ctrl->bRequest,
902 switch (ctrl->bRequestType & USB_RECIP_MASK) {
H A Df_ecm.c399 switch ((ctrl->bRequestType << 8) | ctrl->bRequest) {
428 ctrl->bRequestType, ctrl->bRequest,
435 ctrl->bRequestType, ctrl->bRequest,
442 ctrl->bRequestType, ctrl->bRequest,
H A Dprinter.c1133 ctrl->bRequestType, ctrl->bRequest, wValue, wIndex, wLength);
1137 switch (ctrl->bRequestType&USB_TYPE_MASK) {
1143 if (ctrl->bRequestType != USB_DIR_IN)
1184 if (ctrl->bRequestType != 0)
1193 if (ctrl->bRequestType != USB_DIR_IN)
1200 if (ctrl->bRequestType != USB_RECIP_INTERFACE ||
1207 if (ctrl->bRequestType !=
1262 ctrl->bRequestType, ctrl->bRequest,
H A Dgmidi.c669 if (ctrl->bRequestType != USB_DIR_IN) {
704 if (ctrl->bRequestType != 0) {
719 if (ctrl->bRequestType != USB_DIR_IN) {
731 if (ctrl->bRequestType != USB_RECIP_INTERFACE) {
754 if (ctrl->bRequestType != (USB_DIR_IN|USB_RECIP_INTERFACE)) {
771 ctrl->bRequestType, ctrl->bRequest,
H A Ddummy_hcd.c1318 if (setup.bRequestType != Dev_Request)
1327 if (setup.bRequestType == Dev_Request) {
1351 } else if (setup.bRequestType == Ep_Request) {
1364 if (setup.bRequestType == Dev_Request) {
1376 } else if (setup.bRequestType == Ep_Request) {
1390 if (setup.bRequestType == Dev_InRequest
1391 || setup.bRequestType
1393 || setup.bRequestType
1403 if (setup.bRequestType ==
1411 } else if (setup.bRequestType
[all...]
H A Ds3c2410_udc.c570 bytes_read, crq->bRequest, crq->bRequestType,
583 switch (crq->bRequestType & USB_RECIP_MASK) {
650 dprintk(DEBUG_NORMAL, "bRequest = %d bRequestType %d wLength = %d\n",
651 crq->bRequest, crq->bRequestType, crq->wLength);
654 dev->req_std = (crq->bRequestType & USB_TYPE_MASK)
663 if (crq->bRequestType == USB_RECIP_DEVICE) {
672 if (crq->bRequestType == USB_RECIP_INTERFACE) {
681 if (crq->bRequestType == USB_RECIP_DEVICE) {
705 if (crq->bRequestType != USB_RECIP_ENDPOINT)
718 if (crq->bRequestType !
[all...]
H A Df_acm.c331 switch ((ctrl->bRequestType << 8) | ctrl->bRequest) {
370 ctrl->bRequestType, ctrl->bRequest,
377 acm->port_num, ctrl->bRequestType, ctrl->bRequest,
H A Df_audio.c529 switch (ctrl->bRequestType) {
548 ctrl->bRequestType, ctrl->bRequest,
555 ctrl->bRequestType, ctrl->bRequest,
H A Df_rndis.c376 switch ((ctrl->bRequestType << 8) | ctrl->bRequest) {
416 ctrl->bRequestType, ctrl->bRequest,
423 ctrl->bRequestType, ctrl->bRequest,
H A Dfile_storage.c750 if (ctrl->bRequestType != (USB_DIR_OUT |
766 if (ctrl->bRequestType != (USB_DIR_IN |
785 if (ctrl->bRequestType != (USB_DIR_OUT |
806 ctrl->bRequestType, ctrl->bRequest,
829 if (ctrl->bRequestType != (USB_DIR_IN | USB_TYPE_STANDARD |
873 if (ctrl->bRequestType != (USB_DIR_OUT | USB_TYPE_STANDARD |
887 if (ctrl->bRequestType != (USB_DIR_IN | USB_TYPE_STANDARD |
896 if (ctrl->bRequestType != (USB_DIR_OUT| USB_TYPE_STANDARD |
909 if (ctrl->bRequestType != (USB_DIR_IN | USB_TYPE_STANDARD |
926 ctrl->bRequestType, ctr
[all...]
H A Datmel_usba_udc.c1232 if (crq->bRequestType == (USB_DIR_IN | USB_RECIP_DEVICE)) {
1234 } else if (crq->bRequestType
1237 } else if (crq->bRequestType
1261 if (crq->bRequestType == USB_RECIP_DEVICE) {
1268 } else if (crq->bRequestType == USB_RECIP_ENDPOINT) {
1291 if (crq->bRequestType == USB_RECIP_DEVICE) {
1302 } else if (crq->bRequestType == USB_RECIP_ENDPOINT) {
1322 if (crq->bRequestType != (USB_DIR_OUT | USB_RECIP_DEVICE))
1342 ep->ep.name, crq->bRequestType, crq->bRequest,
1499 ep->state, crq.crq.bRequestType,
[all...]
H A Dgoku_udc.h123 u32 bRequestType; /* 0x300 */ member in struct:goku_udc_regs
H A Dgoku_udc.c1422 ctrl.bRequestType = readl(&regs->bRequestType);
1434 if (likely(ctrl.bRequestType & USB_DIR_IN)) {
1449 switch (ctrl.bRequestType) {
1493 ctrl.bRequestType, ctrl.bRequest,
1500 && ctrl.bRequestType == USB_RECIP_DEVICE);
1514 ctrl.bRequestType, ctrl.bRequest, tmp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/winbond/
H A Dwb35reg.c45 dr->bRequestType = USB_TYPE_VENDOR | USB_DIR_OUT | USB_RECIP_DEVICE;
188 dr->bRequestType = USB_TYPE_VENDOR | USB_DIR_OUT | USB_RECIP_DEVICE;
254 dr->bRequestType = USB_TYPE_VENDOR | USB_DIR_OUT | USB_RECIP_DEVICE;
359 dr->bRequestType = USB_TYPE_VENDOR | USB_RECIP_DEVICE | USB_DIR_IN;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dks959-sir.c51 * bRequestType USB_DIR_OUT | USB_TYPE_CLASS | USB_RECIP_INTERFACE
67 * bRequestType USB_DIR_IN | USB_TYPE_CLASS | USB_RECIP_INTERFACE
85 * bRequestType USB_DIR_OUT | USB_TYPE_CLASS | USB_RECIP_INTERFACE
728 kingsun->rx_setuprequest->bRequestType =
748 kingsun->tx_setuprequest->bRequestType =
760 kingsun->speed_setuprequest->bRequestType =
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dusbpipe.c174 pDevice->sUsbCtlRequest.bRequestType = 0x40;
230 pDevice->sUsbCtlRequest.bRequestType = 0xC0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Dusbtest.c770 reqp->bRequestType, reqp->bRequest,
806 reqp->bRequestType, reqp->bRequest, status);
862 req.bRequestType = USB_DIR_IN|USB_RECIP_DEVICE;
875 req.bRequestType = USB_DIR_IN|USB_RECIP_INTERFACE;
882 req.bRequestType = USB_DIR_IN|USB_RECIP_INTERFACE;
888 req.bRequestType = USB_DIR_IN|USB_RECIP_DEVICE;
912 req.bRequestType = USB_RECIP_ENDPOINT;
921 req.bRequestType = USB_DIR_IN|USB_RECIP_ENDPOINT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Dint51x1.c164 req->bRequestType = USB_DIR_OUT | USB_TYPE_CLASS | USB_RECIP_INTERFACE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/iforce/
H A Diforce-usb.c159 iforce->cr.bRequestType = USB_TYPE_VENDOR | USB_DIR_IN | USB_RECIP_INTERFACE;

Completed in 194 milliseconds

1234