Home
last modified time | relevance | path

Searched refs:wIndex (Results 1 – 25 of 47) sorted by relevance

12

/external/autotest/client/cros/cellular/mbim_compliance/sequences/
Dopen_sequence.py94 wIndex=interface_number,
112 wIndex=interface_number,
134 wIndex=interface_number,
153 wIndex=interface_number,
173 wIndex=interface_number,
191 wIndex=interface_number,
Dget_descriptors_sequence.py57 wIndex=0)
77 wIndex=0)
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/dwc3/dwc3_ctrl_req/
Dformat12 field:__le16 wIndex; offset:12; size:2; signed:0;
15 …02x wValue %04x wIndex %04x wLength %d", REC->bRequestType, REC->bRequest, (( __u16)(__le16)(REC->…
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
DJcopOsDownload.cpp428 INT32 wIndex,wCount=0; in load_JcopOS_image() local
466 wIndex=0; in load_JcopOS_image()
473 for(wCount =0; (wCount < 5 && !feof(Os_info->fp)); wCount++, wIndex++) in load_JcopOS_image()
475 wResult = FSCANF_BYTE(Os_info->fp,"%2X",&pTranscv_Info->sSendData[wIndex]); in load_JcopOS_image()
484 wResult = FSCANF_BYTE(Os_info->fp,"%2X",&pTranscv_Info->sSendData[wIndex++]); in load_JcopOS_image()
485 wResult = FSCANF_BYTE(Os_info->fp,"%2X",&pTranscv_Info->sSendData[wIndex++]); in load_JcopOS_image()
488 for(wCount =0; (wCount < wLen && !feof(Os_info->fp)); wCount++, wIndex++) in load_JcopOS_image()
490 wResult = FSCANF_BYTE(Os_info->fp,"%2X",&pTranscv_Info->sSendData[wIndex]); in load_JcopOS_image()
499 pTranscv_Info->sSendlength = wIndex; in load_JcopOS_image()
DAla.cpp787 INT32 wIndex,wCount=0; in ALA_loadapplet() local
1308 INT32 wCount, wLen, wIndex = 0; in ALA_ReadScript() local
1316 for(wCount =0; (wCount < 2 && !feof(Os_info->fp)); wCount++, wIndex++) in ALA_ReadScript()
1318 wResult = FSCANF_BYTE(Os_info->fp,"%2X",(unsigned int*)&read_buf[wIndex]); in ALA_ReadScript()
1328 for(wCount =0; (wCount < 1 && !feof(Os_info->fp)); wCount++, wIndex++) in ALA_ReadScript()
1330 wResult = FSCANF_BYTE(Os_info->fp,"%2X",(unsigned int*)&read_buf[wIndex]); in ALA_ReadScript()
1368 for(wCount =0; (wCount < 1 && !feof(Os_info->fp)); wCount++, wIndex++) in ALA_ReadScript()
1370 wResult = FSCANF_BYTE(Os_info->fp,"%2X",(unsigned int*)&read_buf[wIndex]); in ALA_ReadScript()
1384 for(wCount =0; (wCount < 2 && !feof(Os_info->fp)); wCount++, wIndex++) in ALA_ReadScript()
1386 wResult = FSCANF_BYTE(Os_info->fp,"%2X",(unsigned int*)&read_buf[wIndex]); in ALA_ReadScript()
[all …]
/external/armnn/src/armnn/layers/
DSpaceToDepthLayer.cpp53 unsigned int wIndex = dimensionIndices.GetWidthIndex(); in InferOutputShapes() local
57 outputShape[wIndex] = inputShape[wIndex] / m_Param.m_BlockSize; in InferOutputShapes()
DDepthToSpaceLayer.cpp51 unsigned int wIndex = dimensionIndices.GetWidthIndex(); in InferOutputShapes() local
55 outputShape[wIndex] = inputShape[wIndex] * m_Param.m_BlockSize; in InferOutputShapes()
/external/oss-fuzz/projects/libusb/
Dlibusb_fuzzer.cc29 uint16_t wIndex = stream.ConsumeIntegral<uint16_t>(); in LLVMFuzzerTestOneInput() local
39 libusb_fill_control_setup((unsigned char *)d, bmRequestType, bRequest, wValue, wIndex, wLength); in LLVMFuzzerTestOneInput()
/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/dwc3/dwc3_ctrl_req/
Dformat12 field:__u16 wIndex; offset:12; size:2; signed:0;
16 …ctrl(__get_str(str), 500, REC->bRequestType, REC->bRequest, REC->wValue, REC->wIndex, REC->wLength)
/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_channel_endpoint.py86 wIndex=self._interface_number,
184 wIndex=self._interface_number,
204 wIndex=self._interface_number,
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Middlewares/ST/STM32_USB_Device_Library/Core/Src/
Dusbd_ctlreq.c178 if (LOBYTE(req->wIndex) <= USBD_MAX_NUM_INTERFACES) in USBD_StdItfReq()
213 ep_addr = LOBYTE(req->wIndex); in USBD_StdEPReq()
454 if ((req->wIndex == 0) && (req->wLength == 0)) in USBD_SetAddress()
703 req->wIndex = SWAPBYTE (pdata + 4); in USBD_ParseSetupRequest()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Middlewares/ST/STM32_USB_Device_Library/Core/Src/
Dusbd_ctlreq.c178 if (LOBYTE(req->wIndex) <= USBD_MAX_NUM_INTERFACES) in USBD_StdItfReq()
213 ep_addr = LOBYTE(req->wIndex); in USBD_StdEPReq()
454 if ((req->wIndex == 0) && (req->wLength == 0)) in USBD_SetAddress()
703 req->wIndex = SWAPBYTE (pdata + 4); in USBD_ParseSetupRequest()
/external/libusb/libusb/
Dsync.c98 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, in libusb_control_transfer() argument
119 libusb_fill_control_setup(buffer, bmRequestType, bRequest, wValue, wIndex, in libusb_control_transfer()
Dlibusb.h936 uint16_t wIndex; member
1533 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, in libusb_fill_control_setup() argument
1540 setup->wIndex = libusb_cpu_to_le16(wIndex); in libusb_fill_control_setup()
1809 uint8_t request_type, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
/external/libusb/libusb/os/
Dnetbsd_usb.c365 USETW(req.ucr_request.wIndex, endpoint); in netbsd_clear_halt()
522 libusb_le16_to_cpu(setup->wIndex), in _sync_control_transfer()
529 (*(uint16_t *)req.ucr_request.wIndex) = setup->wIndex; in _sync_control_transfer()
Dopenbsd_usb.c398 USETW(req.ucr_request.wIndex, endpoint); in obsd_clear_halt()
571 libusb_le16_to_cpu(setup->wIndex), in _sync_control_transfer()
579 (*(uint16_t *)req.ucr_request.wIndex) = setup->wIndex; in _sync_control_transfer()
Dlinux_usbfs.h35 __u16 wIndex; member
/external/libusb/include/libusb/
Dlibusb.h936 uint16_t wIndex; member
1533 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, in libusb_fill_control_setup() argument
1540 setup->wIndex = libusb_cpu_to_le16(wIndex); in libusb_fill_control_setup()
1809 uint8_t request_type, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
/external/libpcap/pcap/
Dusb.h63 uint16_t wIndex; member
/external/kernel-headers/original/uapi/linux/usb/
Dfunctionfs.h63 __le16 wIndex; member
Dtmc.h48 __u16 wIndex; member
/external/ltp/testcases/kernel/device-drivers/usb/tusb/
Dst_tusb.h90 u16 typeReq, u16 wValue, u16 wIndex,
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Src/
Dusbd_cdc_if.c111 uint16_t wIndex; member
/external/kernel-headers/original/uapi/linux/
Dusbdevice_fs.h44 __u16 wIndex; member
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Src/
Dusbd_cdc_if.c111 uint16_t wIndex; member

12