Home
last modified time | relevance | path

Searched refs:bRequestType (Results 1 – 25 of 26) sorted by relevance

12

/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/dwc3/dwc3_ctrl_req/
Dformat9 field:__u8 bRequestType; offset:8; size:1; signed:0;
15 print fmt: "bRequestType %02x bRequest %02x wValue %04x wIndex %04x wLength %d", REC->bRequestType,…
/external/u-boot/drivers/usb/musb-new/
Dmusb_gadget_ep0.c63 const u8 recip = ctrlrequest->bRequestType & USB_RECIP_MASK; in service_tx_status_request()
157 if ((ctrlrequest->bRequestType & USB_TYPE_MASK) in service_in_request()
213 const u8 recip = ctrlrequest->bRequestType & USB_RECIP_MASK; in service_zero_data_request()
216 if ((ctrlrequest->bRequestType & USB_TYPE_MASK) in service_zero_data_request()
590 req->bRequestType, in musb_read_setup()
612 if (req->bRequestType & USB_DIR_IN) in musb_read_setup()
615 } else if (req->bRequestType & USB_DIR_IN) { in musb_read_setup()
/external/u-boot/drivers/usb/gadget/
Datmel_usba_udc.c723 if (crq->bRequestType == (USB_DIR_IN | USB_RECIP_DEVICE)) { in handle_ep0_setup()
725 } else if (crq->bRequestType in handle_ep0_setup()
728 } else if (crq->bRequestType in handle_ep0_setup()
753 if (crq->bRequestType == USB_RECIP_DEVICE) { in handle_ep0_setup()
760 } else if (crq->bRequestType == USB_RECIP_ENDPOINT) { in handle_ep0_setup()
783 if (crq->bRequestType == USB_RECIP_DEVICE) { in handle_ep0_setup()
794 } else if (crq->bRequestType == USB_RECIP_ENDPOINT) { in handle_ep0_setup()
815 if (crq->bRequestType != (USB_DIR_OUT | USB_RECIP_DEVICE)) in handle_ep0_setup()
834 ep->ep.name, crq->bRequestType, crq->bRequest, in handle_ep0_setup()
989 if (crq.crq.bRequestType & USB_DIR_IN) { in usba_control_irq()
[all …]
Dcomposite.c722 standard = (ctrl->bRequestType & USB_TYPE_MASK) in composite_setup()
731 if (ctrl->bRequestType != USB_DIR_IN) in composite_setup()
780 if (ctrl->bRequestType != 0) in composite_setup()
794 if (ctrl->bRequestType != USB_DIR_IN) in composite_setup()
808 if (ctrl->bRequestType != USB_RECIP_INTERFACE) in composite_setup()
820 if (ctrl->bRequestType != (USB_DIR_IN|USB_RECIP_INTERFACE)) in composite_setup()
837 ctrl->bRequestType, ctrl->bRequest, in composite_setup()
848 switch (ctrl->bRequestType & USB_RECIP_MASK) { in composite_setup()
Ddwc2_udc_otg_xfer_dma.c874 printf("crq->brequest:0x%x\n", crq->bRequestType & USB_RECIP_MASK); in dwc2_udc_get_status()
875 switch (crq->bRequestType & USB_RECIP_MASK) { in dwc2_udc_get_status()
1149 switch (usb_ctrl->bRequestType & USB_RECIP_MASK) { in dwc2_udc_clear_feature()
1213 switch (usb_ctrl->bRequestType & USB_RECIP_MASK) { in dwc2_udc_set_feature()
1283 __func__, usb_ctrl->bRequestType, in dwc2_ep0_setup()
1284 (usb_ctrl->bRequestType & USB_DIR_IN) ? "IN" : "OUT", in dwc2_ep0_setup()
1330 if (likely(usb_ctrl->bRequestType & USB_DIR_IN)) { in dwc2_ep0_setup()
1336 dev->req_std = (usb_ctrl->bRequestType & USB_TYPE_MASK) in dwc2_ep0_setup()
1348 if (usb_ctrl->bRequestType in dwc2_ep0_setup()
1362 if (usb_ctrl->bRequestType == USB_RECIP_DEVICE) in dwc2_ep0_setup()
[all …]
Dether.c1271 if (ctrl->bRequestType != USB_DIR_IN) in eth_setup()
1312 if (ctrl->bRequestType != 0) in eth_setup()
1321 if (ctrl->bRequestType != USB_DIR_IN) in eth_setup()
1328 if (ctrl->bRequestType != USB_RECIP_INTERFACE in eth_setup()
1400 if (ctrl->bRequestType != (USB_DIR_IN|USB_RECIP_INTERFACE) in eth_setup()
1424 if (ctrl->bRequestType != (USB_TYPE_CLASS|USB_RECIP_INTERFACE) in eth_setup()
1450 if (ctrl->bRequestType != (USB_TYPE_CLASS|USB_RECIP_INTERFACE) in eth_setup()
1465 == ctrl->bRequestType in eth_setup()
1489 ctrl->bRequestType, ctrl->bRequest, in eth_setup()
Dpxa25x_udc.c1273 u.r.bRequestType, u.r.bRequest, in handle_ep0()
1279 dev->req_std = (u.r.bRequestType & USB_TYPE_MASK) in handle_ep0()
1287 if (u.r.bRequestType == USB_RECIP_DEVICE) { in handle_ep0()
1304 if (u.r.bRequestType == USB_RECIP_INTERFACE) { in handle_ep0()
1320 if (u.r.bRequestType == USB_RECIP_DEVICE) { in handle_ep0()
1327 if (u.r.bRequestType & USB_DIR_IN) in handle_ep0()
1394 if ((u.r.bRequestType & USB_RECIP_MASK) in handle_ep0()
Dci_udc.c682 reqname(r.bRequest), r.bRequestType, r.bRequest, r.wIndex, in handle_setup()
686 if (r.bRequestType & USB_DIR_IN) { in handle_setup()
705 switch (SETUP(r.bRequestType, r.bRequest)) { in handle_setup()
758 reqname(r.bRequest), r.bRequestType, r.wValue, r.wIndex); in handle_setup()
Dfotg210.c357 if (req->bRequestType & USB_DIR_IN) in fotg210_setup()
364 if ((req->bRequestType & USB_TYPE_MASK) == USB_TYPE_STANDARD) { in fotg210_setup()
389 req->bRequestType & 0x03, req->wValue); in fotg210_setup()
Dat91_udc.c863 if (pkt.r.bRequestType & USB_DIR_IN) { in handle_setup()
889 pkt.r.bRequestType, pkt.r.bRequest, in handle_setup()
900 switch ((pkt.r.bRequestType << 8) | pkt.r.bRequest) { in handle_setup()
1059 pkt.r.bRequestType, pkt.r.bRequest, status); in handle_setup()
Df_sdp.c417 u8 req_type = ctrl->bRequestType & USB_TYPE_MASK; in sdp_setup()
Df_mass_storage.c544 if (ctrl->bRequestType != in fsg_setup()
557 if (ctrl->bRequestType != in fsg_setup()
573 ctrl->bRequestType, ctrl->bRequest, in fsg_setup()
Df_dfu.c592 u8 req_type = ctrl->bRequestType & USB_TYPE_MASK; in dfu_handle()
Df_thor.c641 ctrl->bRequestType, ctrl->bRequest, ctrl->wValue, ctrl->wIndex, in thor_func_setup()
/external/kernel-headers/original/uapi/linux/usb/
Dtmc.h45 __u8 bRequestType; member
Dch9.h214 __u8 bRequestType; member
/external/u-boot/drivers/usb/dwc3/
Dep0.c337 recip = ctrl->bRequestType & USB_RECIP_MASK; in dwc3_ep0_handle_status()
399 recip = ctrl->bRequestType & USB_RECIP_MASK; in dwc3_ep0_handle_feature()
749 dwc->ep0_expect_in = !!(ctrl->bRequestType & USB_DIR_IN); in dwc3_ep0_inspect_setup()
753 if ((ctrl->bRequestType & USB_TYPE_MASK) == USB_TYPE_STANDARD) in dwc3_ep0_inspect_setup()
/external/kernel-headers/original/uapi/linux/
Dusbdevice_fs.h41 __u8 bRequestType; member
/external/libusb-compat/libusb/
Dusb.h192 u_int8_t bRequestType; member
/external/u-boot/include/linux/usb/
Dch9.h181 __u8 bRequestType; member
/external/libpcap/
Dcmakeconfig.h.in225 /* Define to 1 if `bRequestType' is a member of `struct
Dconfig.h.in231 /* Define to 1 if `bRequestType' is a member of `struct
Dpcap-usb-linux.c446 ctrl.bRequestType = USB_DIR_IN | USB_TYPE_STANDARD | USB_RECIP_DEVICE; in probe_devices()
DCMakeLists.txt1312 # OK, does it define bRequestType? Older versions of the kernel
1314 # "value", rather than "bRequestType", "bRequest", and
1318 …check_struct_has_member("struct usbdevfs_ctrltransfer" bRequestType "linux/compiler.h;linux/usbdev…
1320 …check_struct_has_member("struct usbdevfs_ctrltransfer" bRequestType "linux/usbdevice_fs.h" HAVE_ST…
Dconfigure.ac1931 # OK, does it define bRequestType? Older versions of the kernel
1933 # "value", rather than "bRequestType", "bRequest", and
1936 AC_CHECK_MEMBERS([struct usbdevfs_ctrltransfer.bRequestType],,,

12