Searched refs:wLength (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/
H A Dsync.c50 * The wValue, wIndex and wLength fields values should be given in host-endian
60 * \param wLength the length field for the setup packet. The data buffer should
74 unsigned char *data, uint16_t wLength, unsigned int timeout)
84 buffer = malloc(LIBUSB_CONTROL_SETUP_SIZE + wLength);
91 wLength);
93 memcpy(buffer + LIBUSB_CONTROL_SETUP_SIZE, data, wLength);
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.h630 uint16_t wLength; member in struct:libusb_control_setup
1053 * buffer) for a control transfer. The wIndex, wValue and wLength values should
1069 * \param wLength see the
1070 * \ref libusb_control_setup::wLength "wLength" field of
1075 uint16_t wLength)
1082 setup->wLength = libusb_cpu_to_le16(wLength);
1095 * be interpreted as a control setup packet, and the wLength field will be
1130 + libusb_le16_to_cpu(setup->wLength);
1073 libusb_fill_control_setup(unsigned char *buffer, uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint16_t wLength) argument
[all...]
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dlinux_usbfs.h32 uint16_t wLength; member in struct:usbfs_ctrltransfer
H A Dopenbsd_usb.c397 USETW(req.ucr_request.wLength, 0);
633 libusb_le16_to_cpu(setup->wLength), transfer->timeout);
640 (*(uint16_t *)req.ucr_request.wLength) = setup->wLength;
H A Dwindows_usb.h429 USHORT wLength; member in struct:USB_CONFIGURATION_DESCRIPTOR_SHORT::__anon5519::__anon5520
451 USHORT wLength; member in struct:USB_DESCRIPTOR_REQUEST::__anon5521
H A Ddarwin_usb.c590 req.wLength = sizeof(priv->dev_descriptor);
1414 tpriv->req.wLength = OSSwapLittleToHostInt16 (setup->wLength);
H A Dwindows_usb.c900 cd_buf_short.req.SetupPacket.wLength = (USHORT)(size - sizeof(USB_DESCRIPTOR_REQUEST));
927 cd_buf_actual->SetupPacket.wLength = (USHORT)(size - sizeof(USB_DESCRIPTOR_REQUEST));
H A Dlinux_usbfs.c833 .wLength = 1,
/macosx-10.10/libpcap-48/libpcap/pcap/
H A Dusb.h64 u_int16_t wLength; member in struct:_usb_setup
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/Common/
H A DAppleUSBCDCCommon.h96 UInt16 wLength; member in struct:__anon46
340 UInt16 wLength; member in struct:__anon67
416 UInt16 wLength; member in struct:__anon71
437 UInt16 wLength; member in struct:__anon74
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/ControlDriver/Classes/
H A DAppleUSBCDCACMControl.cpp313 dataLen = MER->wLength;
336 dataLen = MER->wLength;
862 MER->wLength = lcLen;
930 MER->wLength = 0;
996 MER->wLength = 0;
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/ControlDriver/Classes/
H A DAppleUSBCDCECMControl.cpp329 dataLen = MER->wLength;
1052 MER->wLength = eaddLen;
1109 MER->wLength = 0;
1382 STREQ->wLength = 4;
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp666 dataLen = MER->wLength;
710 dataLen = MER->wLength;
2723 MER->wLength = len;
2726 MER->wLength = 0;
/macosx-10.10/IOUSBMassStorageClass-370.0.4/
H A DUSBMassStorageClassBulkOnly.cpp163 fUSBDeviceRequest.wLength = 0;
H A DUSBMassStorageClassCBI.cpp119 theCBIRequestBlock->cbiDevRequest.wLength = 12; //kCommandMaxCDBSize
H A DIOUSBMassStorageClass.cpp1106 fUSBDeviceRequest.wLength = 1;
1895 fUSBDeviceRequest.wLength = 2;
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDC/Classes/
H A DAppleUSBCDC.cpp718 req.wLength = 0;
1393 devreq.wLength = 0;
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-usb-linux.c279 ctrl.wLength = sizeof(buf);
588 shdr->wLength = htols(strtoul(str5, 0, 16));
/macosx-10.10/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.cpp3702 request->wLength = 0;
3739 dataLen = request->wLength;
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/DataDriver/Classes/
H A DAppleUSBCDCECMData.cpp1276 devreq.wLength = 0;
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCEEM/Classes/
H A DAppleUSBCDCEEM.cpp1091 devreq.wLength = 0;
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp4250 devreq.wLength = 0;

Completed in 498 milliseconds