/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/dwc3/dwc3_ctrl_req/ |
D | format | 13 field:__le16 wLength; offset:14; size:2; signed:0; 15 …%04x wLength %d", REC->bRequestType, REC->bRequest, (( __u16)(__le16)(REC->wValue)), (( __u16)(__l…
|
/external/libusb/libusb/ |
D | sync.c | 99 unsigned char *data, uint16_t wLength, unsigned int timeout) in libusb_control_transfer() argument 113 buffer = malloc(LIBUSB_CONTROL_SETUP_SIZE + wLength); in libusb_control_transfer() 120 wLength); in libusb_control_transfer() 122 memcpy(buffer + LIBUSB_CONTROL_SETUP_SIZE, data, wLength); in libusb_control_transfer()
|
D | libusb.h | 933 uint16_t wLength; member 1521 uint16_t wLength) in libusb_fill_control_setup() argument 1528 setup->wLength = libusb_cpu_to_le16(wLength); in libusb_fill_control_setup() 1581 + libusb_le16_to_cpu(setup->wLength)); in libusb_fill_control_transfer() 1797 unsigned char *data, uint16_t wLength, unsigned int timeout);
|
/external/oss-fuzz/projects/libusb/ |
D | libusb_fuzzer.cc | 30 uint16_t wLength = stream.ConsumeIntegral<uint16_t>(); in LLVMFuzzerTestOneInput() local 45 buffer, bmRequestType, bRequest, wValue, wIndex, wLength); in LLVMFuzzerTestOneInput()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Middlewares/ST/STM32_USB_Device_Library/Core/Src/ |
D | usbd_ctlreq.c | 182 if((req->wLength == 0)&& (ret == USBD_OK)) in USBD_StdItfReq() 430 if((len != 0)&& (req->wLength != 0)) in USBD_GetDescriptor() 433 len = MIN(len , req->wLength); in USBD_GetDescriptor() 454 if ((req->wIndex == 0) && (req->wLength == 0)) in USBD_SetAddress() 572 if (req->wLength != 1) in USBD_GetConfig() 704 req->wLength = SWAPBYTE (pdata + 6); in USBD_ParseSetupRequest()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Middlewares/ST/STM32_USB_Device_Library/Core/Src/ |
D | usbd_ctlreq.c | 182 if((req->wLength == 0)&& (ret == USBD_OK)) in USBD_StdItfReq() 430 if((len != 0)&& (req->wLength != 0)) in USBD_GetDescriptor() 433 len = MIN(len , req->wLength); in USBD_GetDescriptor() 454 if ((req->wIndex == 0) && (req->wLength == 0)) in USBD_SetAddress() 572 if (req->wLength != 1) in USBD_GetConfig() 704 req->wLength = SWAPBYTE (pdata + 6); in USBD_ParseSetupRequest()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/ |
D | usbd_cdc.c | 608 if (req->wLength) in USBD_CDC_Setup() 614 req->wLength); in USBD_CDC_Setup() 617 req->wLength); in USBD_CDC_Setup() 622 hcdc->CmdLength = req->wLength; in USBD_CDC_Setup() 626 req->wLength); in USBD_CDC_Setup()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/ |
D | usbd_cdc.c | 608 if (req->wLength) in USBD_CDC_Setup() 614 req->wLength); in USBD_CDC_Setup() 617 req->wLength); in USBD_CDC_Setup() 622 hcdc->CmdLength = req->wLength; in USBD_CDC_Setup() 626 req->wLength); in USBD_CDC_Setup()
|
/external/autotest/client/site_tests/cellular_MbimComplianceDataTransfer/ |
D | control.DTS15 | 8 MBIM Compliance Test: Validation of wLength. 21 Validation of wLength.
|
D | control.DTS21 | 8 MBIM Compliance Test: Validation of wLength. 21 Validation of wLength.
|
/external/kernel-headers/original/uapi/linux/usb/ |
D | cdc.h | 302 __le16 wLength; member 320 __le16 wLength; member 380 __le16 wLength; member 394 __le16 wLength; member
|
D | tmc.h | 49 __u16 wLength; member
|
/external/libusb/include/libusb/ |
D | libusb.h | 933 uint16_t wLength; member 1521 uint16_t wLength) in libusb_fill_control_setup() argument 1528 setup->wLength = libusb_cpu_to_le16(wLength); in libusb_fill_control_setup() 1581 + libusb_le16_to_cpu(setup->wLength)); in libusb_fill_control_transfer() 1797 unsigned char *data, uint16_t wLength, unsigned int timeout);
|
/external/libusb/libusb/os/ |
D | netbsd_usb.c | 366 USETW(req.ucr_request.wLength, 0); in netbsd_clear_halt() 523 libusb_le16_to_cpu(setup->wLength), transfer->timeout); in _sync_control_transfer() 530 (*(uint16_t *)req.ucr_request.wLength) = setup->wLength; in _sync_control_transfer()
|
D | openbsd_usb.c | 399 USETW(req.ucr_request.wLength, 0); in obsd_clear_halt() 572 libusb_le16_to_cpu(setup->wLength), transfer->timeout); in _sync_control_transfer() 580 (*(uint16_t *)req.ucr_request.wLength) = setup->wLength; in _sync_control_transfer()
|
D | linux_usbfs.h | 36 __u16 wLength; member
|
/external/libpcap/pcap/ |
D | usb.h | 64 uint16_t wLength; member
|
/external/ltp/testcases/kernel/device-drivers/usb/tusb/ |
D | st_tusb.h | 91 char *buf, u16 wLength);
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Src/ |
D | usbd_cdc_if.c | 112 uint16_t wLength; member
|
/external/kernel-headers/original/uapi/linux/ |
D | usbdevice_fs.h | 45 __u16 wLength; member
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Src/ |
D | usbd_cdc_if.c | 112 uint16_t wLength; member
|
/external/libpcap/ |
D | pcap-usb-linux.c | 542 ctrl.wLength = sizeof(descriptor); in probe_devices() 558 ctrl.wLength = sizeof(configdesc); in probe_devices() 569 ctrl.wLength = wtotallength; in probe_devices() 984 shdr->wLength = htols(strtoul(str5, 0, 16)); in usb_read_linux()
|
/external/autotest/client/cros/cellular/mbim_compliance/ |
D | mbim_channel_endpoint.py | 88 wLength=0x0000)
|
/external/libcups/backend/ |
D | usb-darwin.c | 1581 request.wLength = 0; in copy_printer_interface_deviceid() 1590 request.wLength = HostToUSBWord(size); in copy_printer_interface_deviceid() 1647 request.wLength = sizeof(desc); in copy_printer_interface_deviceid() 1737 request.wLength = 2; in copy_printer_interface_indexed_description() 1745 bzero(description, request.wLength); in copy_printer_interface_indexed_description() 1756 request.wLength = sizeof description; in copy_printer_interface_indexed_description() 1779 request.wLength = (UInt16)length; in copy_printer_interface_indexed_description()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/ |
D | usbd_def.h | 155 uint16_t wLength; member
|