Home
last modified time | relevance | path

Searched refs:wLength (Results 1 – 25 of 39) 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/
Dformat13 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/
Dsync.c99 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()
Dlibusb.h933 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/
Dlibusb_fuzzer.cc30 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/
Dusbd_ctlreq.c182 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/
Dusbd_ctlreq.c182 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/
Dusbd_cdc.c608 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/
Dusbd_cdc.c608 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/
Dcontrol.DTS158 MBIM Compliance Test: Validation of wLength.
21 Validation of wLength.
Dcontrol.DTS218 MBIM Compliance Test: Validation of wLength.
21 Validation of wLength.
/external/kernel-headers/original/uapi/linux/usb/
Dcdc.h302 __le16 wLength; member
320 __le16 wLength; member
380 __le16 wLength; member
394 __le16 wLength; member
Dtmc.h49 __u16 wLength; member
/external/libusb/include/libusb/
Dlibusb.h933 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/
Dnetbsd_usb.c366 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()
Dopenbsd_usb.c399 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()
Dlinux_usbfs.h36 __u16 wLength; member
/external/libpcap/pcap/
Dusb.h64 uint16_t wLength; member
/external/ltp/testcases/kernel/device-drivers/usb/tusb/
Dst_tusb.h91 char *buf, u16 wLength);
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Src/
Dusbd_cdc_if.c112 uint16_t wLength; member
/external/kernel-headers/original/uapi/linux/
Dusbdevice_fs.h45 __u16 wLength; member
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Src/
Dusbd_cdc_if.c112 uint16_t wLength; member
/external/libpcap/
Dpcap-usb-linux.c542 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/
Dmbim_channel_endpoint.py88 wLength=0x0000)
/external/libcups/backend/
Dusb-darwin.c1581 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/
Dusbd_def.h155 uint16_t wLength; member

12