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

  /external/libusb/libusb/
descriptor.c 446 desc->bcdUSB = libusb_le16_to_cpu(desc->bcdUSB);
447 desc->idVendor = libusb_le16_to_cpu(desc->idVendor);
448 desc->idProduct = libusb_le16_to_cpu(desc->idProduct);
449 desc->bcdDevice = libusb_le16_to_cpu(desc->bcdDevice);
libusb.h 53 /** \def libusb_le16_to_cpu
61 #define libusb_le16_to_cpu libusb_cpu_to_le16 macro
936 + libusb_le16_to_cpu(setup->wLength);
    [all...]
  /external/libusb/libusb/os/
darwin_usb.c 374 if (libusb_le16_to_cpu (desc->bConfigurationValue) == config_value)
423 if (libusb_le16_to_cpu(desc->wTotalLength) < len)
424 len = libusb_le16_to_cpu(desc->wTotalLength);
516 if (libusb_le16_to_cpu (priv->dev_descriptor.idProduct) != idProduct) {
519 idProduct, libusb_le16_to_cpu (priv->dev_descriptor.idProduct));
    [all...]

Completed in 51 milliseconds