HomeSort by relevance Sort by last modified time
    Searched refs:libusb_le16_to_cpu (Results 1 - 6 of 6) sorted by null

  /external/libusb/libusb/os/
netbsd_usb.c 581 libusb_le16_to_cpu(setup->wValue),
582 libusb_le16_to_cpu(setup->wIndex),
583 libusb_le16_to_cpu(setup->wLength), transfer->timeout);
openbsd_usb.c 641 libusb_le16_to_cpu(setup->wValue),
642 libusb_le16_to_cpu(setup->wIndex),
643 libusb_le16_to_cpu(setup->wLength), transfer->timeout);
darwin_usb.c 622 if (libusb_le16_to_cpu(desc->wTotalLength) < len)
623 len = libusb_le16_to_cpu(desc->wTotalLength);
824 if (libusb_le16_to_cpu (dev->dev_descriptor.idProduct) != idProduct) {
827 idProduct, libusb_le16_to_cpu (dev->dev_descriptor.idProduct));
    [all...]
sunos_usb.c 686 len = MIN(len, libusb_le16_to_cpu(cfg->wTotalLength));
    [all...]
  /external/libusb/libusb/
descriptor.c 522 dev->device_descriptor.bcdUSB = libusb_le16_to_cpu(dev->device_descriptor.bcdUSB);
523 dev->device_descriptor.idVendor = libusb_le16_to_cpu(dev->device_descriptor.idVendor);
524 dev->device_descriptor.idProduct = libusb_le16_to_cpu(dev->device_descriptor.idProduct);
525 dev->device_descriptor.bcdDevice = libusb_le16_to_cpu(dev->device_descriptor.bcdDevice);
    [all...]
libusb.h 172 /** \def libusb_le16_to_cpu
180 #define libusb_le16_to_cpu libusb_cpu_to_le16 macro
    [all...]

Completed in 181 milliseconds