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

12

/external/libpcap/pcap/
H A Dusb.h63 u_int16_t wIndex; member in struct:_usb_setup
/external/libusb/libusb/os/
H A Dlinux_usbfs.h31 uint16_t wIndex; member in struct:usbfs_ctrltransfer
H A Ddarwin_usb.c467 req.wIndex = 0;
1209 tpriv->req.wIndex = OSSwapLittleToHostInt16 (setup->wIndex);
H A Dlinux_usbfs.c645 .wIndex = 0,
/external/chromium_org/third_party/libusb/src/libusb/
H A Dsync.c68 * The wValue, wIndex and wLength fields values should be given in host-endian
75 * \param wIndex the index field for the setup packet
91 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
108 libusb_fill_control_setup(buffer, bmRequestType, bRequest, wValue, wIndex,
90 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.h890 uint16_t wIndex; member in struct:libusb_control_setup
1442 * buffer) for a control transfer. The wIndex, wValue and wLength values should
1456 * \param wIndex see the
1457 * \ref libusb_control_setup::wIndex "wIndex" field of
1464 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
1471 setup->wIndex = libusb_cpu_to_le16(wIndex);
1707 uint8_t request_type, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
1463 libusb_fill_control_setup(unsigned char *buffer, uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint16_t wLength) argument
/external/libusb/libusb/
H A Dsync.c50 * The wValue, wIndex and wLength fields values should be given in host-endian
57 * \param wIndex the index field for the setup packet
73 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
90 libusb_fill_control_setup(buffer, bmRequestType, bRequest, wValue, wIndex,
72 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.h532 uint16_t wIndex; member in struct:libusb_control_setup
859 * buffer) for a control transfer. The wIndex, wValue and wLength values should
872 * \param wIndex see the
873 * \ref libusb_control_setup::wIndex "wIndex" field of
880 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
887 setup->wIndex = libusb_cpu_to_le16(wIndex);
879 libusb_fill_control_setup(unsigned char *buffer, uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint16_t wLength) argument
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dlinux_usbfs.h33 uint16_t wIndex; member in struct:usbfs_ctrltransfer
H A Dopenbsd_usb.c439 USETW(req.ucr_request.wIndex, endpoint);
694 libusb_le16_to_cpu(setup->wIndex),
702 (*(uint16_t *)req.ucr_request.wIndex) = setup->wIndex;
H A Dwince_usb.h66 UINT16 wIndex; member in struct:__anon12857
H A Dwindows_usb.h461 USHORT wIndex; member in struct:USB_CONFIGURATION_DESCRIPTOR_SHORT::__anon12859::__anon12860
483 USHORT wIndex; member in struct:USB_DESCRIPTOR_REQUEST::__anon12861
H A Ddarwin_usb.c598 req.wIndex = desc_index;
1599 tpriv->req.wIndex = OSSwapLittleToHostInt16 (setup->wIndex);
H A Dwince_usb.c735 ctrlHeader.wIndex = transfer->endpoint;
H A Dlinux_usbfs.c832 .wIndex = 0,
H A Dwindows_usb.c1012 cd_buf_short.req.SetupPacket.wIndex = i;
1040 cd_buf_actual->SetupPacket.wIndex = i;
/external/kernel-headers/original/uapi/linux/
H A Dusbdevice_fs.h43 __u16 wIndex; member in struct:usbdevfs_ctrltransfer
/external/libnfc-nci/src/udrv/include/
H A Duusb.h86 UINT16 wIndex; member in struct:tUUSB_SETUP_PKTTag
/external/kernel-headers/original/uapi/linux/usb/
H A Dcdc.h288 __le16 wIndex; member in struct:usb_cdc_notification
H A Dch9.h173 * @wIndex: matches the USB wIndex field (le16 byte order)
189 __le16 wIndex; member in struct:usb_ctrlrequest
/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.c278 ctrl.wIndex = 0;
587 shdr->wIndex = htols(strtoul(str4, 0, 16));
/external/valgrind/main/include/vki/
H A Dvki-linux.h2427 __vki_u16 wIndex; member in struct:vki_usbdevfs_ctrltransfer
2502 __vki_u16 wIndex; member in struct:vki_usbdevfs_setuppacket
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c6631 PRE_MEM_READ( "ioctl(USBDEVFS_CONTROL).wIndex", (Addr)&vkuc->wIndex, sizeof(vkuc->wIndex));

Completed in 2498 milliseconds

12