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

12

/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:__anon12282
H A Dwindows_usb.h461 USHORT wIndex; member in struct:USB_CONFIGURATION_DESCRIPTOR_SHORT::__anon12284::__anon12285
483 USHORT wIndex; member in struct:USB_DESCRIPTOR_REQUEST::__anon12286
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/linux/
H A Dusbdevice_fs.h46 __u16 wIndex; member in struct:usbdevfs_ctrltransfer
H A Dusb_ch9.h114 * @wIndex: matches the USB wIndex field (le16 byte order)
130 __le16 wIndex; member in struct:usb_ctrlrequest
/external/libnfc-nci/src/udrv/include/
H A Duusb.h86 UINT16 wIndex; member in struct:tUUSB_SETUP_PKTTag
/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/qemu/
H A Dusb-linux.c50 uint16_t wIndex; member in struct:usb_ctrltransfer
60 uint16_t wIndex; member in struct:usb_ctrlrequest
562 index = le16_to_cpu(s->ctrl.req.wIndex);
789 ct.wIndex = 0;
830 ct.wIndex = interface;
/external/kernel-headers/original/linux/usb/
H A Dch9.h166 * @wIndex: matches the USB wIndex field (le16 byte order)
182 __le16 wIndex; member in struct:usb_ctrlrequest
/external/valgrind/main/include/vki/
H A Dvki-linux.h2400 __vki_u16 wIndex; member in struct:vki_usbdevfs_ctrltransfer
2475 __vki_u16 wIndex; member in struct:vki_usbdevfs_setuppacket
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c5236 PRE_MEM_READ( "ioctl(USBDEVFS_CONTROL).wIndex", (Addr)&vkuc->wIndex, sizeof(vkuc->wIndex));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 498 milliseconds

12