Searched refs:wIndex (Results 1 - 25 of 38) sorted by relevance

12

/external/autotest/client/cros/cellular/mbim_compliance/sequences/
H A Dopen_sequence.py88 wIndex=interface_number,
106 wIndex=interface_number,
128 wIndex=interface_number,
147 wIndex=interface_number,
167 wIndex=interface_number,
185 wIndex=interface_number,
H A Dget_descriptors_sequence.py57 wIndex=0)
77 wIndex=0)
/external/autotest/client/cros/cellular/mbim_compliance/
H A Dmbim_channel_endpoint.py21 ['bmRequestType', 'bNotificationCode', 'wValue', 'wIndex',
87 wIndex=self._interface_number,
185 wIndex=self._interface_number,
205 wIndex=self._interface_number,
/external/libpcap/pcap/
H A Dusb.h61 u_int16_t wIndex; member in struct:_usb_setup
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
H A DJcopOsDownload.cpp428 INT32 wIndex,wCount=0; local
466 wIndex=0;
472 ALOGE("%s; wIndex = 0", fn);
473 for(wCount =0; (wCount < 5 && !feof(Os_info->fp)); wCount++, wIndex++)
475 wResult = FSCANF_BYTE(Os_info->fp,"%2X",&pTranscv_Info->sSendData[wIndex]);
484 wResult = FSCANF_BYTE(Os_info->fp,"%2X",&pTranscv_Info->sSendData[wIndex++]);
485 wResult = FSCANF_BYTE(Os_info->fp,"%2X",&pTranscv_Info->sSendData[wIndex++]);
488 for(wCount =0; (wCount < wLen && !feof(Os_info->fp)); wCount++, wIndex++)
490 wResult = FSCANF_BYTE(Os_info->fp,"%2X",&pTranscv_Info->sSendData[wIndex]);
499 pTranscv_Info->sSendlength = wIndex;
[all...]
H A DAla.cpp787 INT32 wIndex,wCount=0; local
1308 INT32 wCount, wLen, wIndex = 0; local
1316 for(wCount =0; (wCount < 2 && !feof(Os_info->fp)); wCount++, wIndex++)
1318 wResult = FSCANF_BYTE(Os_info->fp,"%2X",(unsigned int*)&read_buf[wIndex]);
1328 for(wCount =0; (wCount < 1 && !feof(Os_info->fp)); wCount++, wIndex++)
1330 wResult = FSCANF_BYTE(Os_info->fp,"%2X",(unsigned int*)&read_buf[wIndex]);
1368 for(wCount =0; (wCount < 1 && !feof(Os_info->fp)); wCount++, wIndex++)
1370 wResult = FSCANF_BYTE(Os_info->fp,"%2X",(unsigned int*)&read_buf[wIndex]);
1384 for(wCount =0; (wCount < 2 && !feof(Os_info->fp)); wCount++, wIndex++)
1386 wResult = FSCANF_BYTE(Os_info->fp,"%2X",(unsigned int*)&read_buf[wIndex]);
[all...]
/external/libusb/libusb/
H A Dsync.c69 * The wValue, wIndex and wLength fields values should be given in host-endian
76 * \param wIndex the index field for the setup packet
95 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
116 libusb_fill_control_setup(buffer, bmRequestType, bRequest, wValue, wIndex,
94 libusb_control_transfer(libusb_device_handle *dev_handle, uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, unsigned char *data, uint16_t wLength, unsigned int timeout) argument
H A Dlibusb.h888 uint16_t wIndex; member in struct:libusb_control_setup
1452 * buffer) for a control transfer. The wIndex, wValue and wLength values should
1466 * \param wIndex see the
1467 * \ref libusb_control_setup::wIndex "wIndex" field of
1474 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
1481 setup->wIndex = libusb_cpu_to_le16(wIndex);
1749 uint8_t request_type, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
1473 libusb_fill_control_setup(unsigned char *buffer, uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint16_t wLength) argument
/external/kernel-headers/original/uapi/linux/usb/
H A Dfunctionfs.h63 __le16 wIndex; member in struct:usb_os_desc_header
141 * | 7 | wIndex | U16 | currently supported: 4 |
151 * | 7 | wIndex | U16 | currently supported: 5 |
H A Dcdc.h301 __le16 wIndex; member in struct:usb_cdc_notification
H A Dch9.h201 * @wIndex: matches the USB wIndex field (le16 byte order)
217 __le16 wIndex; member in struct:usb_ctrlrequest
/external/ltp/testcases/kernel/device-drivers/usb/tusb/
H A Dst_tusb.h90 u16 typeReq, u16 wValue, u16 wIndex,
/external/kernel-headers/original/uapi/linux/
H A Dusbdevice_fs.h44 __u16 wIndex; member in struct:usbdevfs_ctrltransfer
/external/libusb/libusb/os/
H A Dlinux_usbfs.h33 uint16_t wIndex; member in struct:usbfs_ctrltransfer
H A Dnetbsd_usb.c398 USETW(req.ucr_request.wIndex, endpoint);
582 libusb_le16_to_cpu(setup->wIndex),
589 (*(uint16_t *)req.ucr_request.wIndex) = setup->wIndex;
H A Dopenbsd_usb.c439 USETW(req.ucr_request.wIndex, endpoint);
642 libusb_le16_to_cpu(setup->wIndex),
650 (*(uint16_t *)req.ucr_request.wIndex) = setup->wIndex;
H A Dwince_usb.h66 UINT16 wIndex; member in struct:__anon12561
H A Dhaiku_usb_backend.cpp75 command.control.index = setup->wIndex;
H A Dwindows_winusb.h467 USHORT wIndex; member in struct:USB_CONFIGURATION_DESCRIPTOR_SHORT::__anon12567::__anon12568
489 USHORT wIndex; member in struct:USB_DESCRIPTOR_REQUEST::__anon12569
H A Ddarwin_usb.c713 req.wIndex = desc_index;
1752 tpriv->req.wIndex = OSSwapLittleToHostInt16 (setup->wIndex);
/external/libusb/include/libusb/
H A Dlibusb.h888 uint16_t wIndex; member in struct:libusb_control_setup
1452 * buffer) for a control transfer. The wIndex, wValue and wLength values should
1466 * \param wIndex see the
1467 * \ref libusb_control_setup::wIndex "wIndex" field of
1474 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
1481 setup->wIndex = libusb_cpu_to_le16(wIndex);
1749 uint8_t request_type, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
1473 libusb_fill_control_setup(unsigned char *buffer, uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint16_t wLength) argument
/external/libmtp/src/
H A Dlibopenusb1-glue.c381 ctrl.setup.wIndex = 4;
436 ctrl.setup.wIndex = 5;
1728 ctrl.setup.wIndex = 0;
1807 ctrl.setup.wIndex = 4;
1828 ctrl.setup.wIndex = 1;
1849 ctrl.setup.wIndex = 1;
1870 ctrl.setup.wIndex = 1;
2249 ctrl.setup.wIndex = ep;
/external/libusb-compat/libusb/
H A Dusb.h195 u_int16_t wIndex; member in struct:usb_ctrl_setup
H A Dcore.c836 int bRequest, int wValue, int wIndex, char *bytes, int size, int timeout)
840 bRequest, wValue, wIndex, size, timeout);
843 bRequest & 0xff, wValue & 0xffff, wIndex & 0xffff, bytes, size & 0xffff,
835 usb_control_msg(usb_dev_handle *dev, int bmRequestType, int bRequest, int wValue, int wIndex, char *bytes, int size, int timeout) argument
/external/libpcap/
H A Dpcap-usb-linux.c316 ctrl.wIndex = 0;
630 shdr->wIndex = htols(strtoul(str4, 0, 16));

Completed in 451 milliseconds

12