Searched refs:libusb_le16_to_cpu (Results 1 - 7 of 7) sorted by relevance

/external/libusb/libusb/
H A Ddescriptor.c446 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);
H A Dlibusb.h53 /** \def libusb_le16_to_cpu
61 #define libusb_le16_to_cpu libusb_cpu_to_le16 macro
936 + libusb_le16_to_cpu(setup->wLength);
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dopenbsd_usb.c693 libusb_le16_to_cpu(setup->wValue),
694 libusb_le16_to_cpu(setup->wIndex),
695 libusb_le16_to_cpu(setup->wLength), transfer->timeout);
H A Ddarwin_usb.c515 if (libusb_le16_to_cpu(desc->wTotalLength) < len)
516 len = libusb_le16_to_cpu(desc->wTotalLength);
709 if (libusb_le16_to_cpu (dev->dev_descriptor.idProduct) != idProduct) {
712 idProduct, libusb_le16_to_cpu (dev->dev_descriptor.idProduct));
/external/chromium_org/third_party/libusb/src/libusb/
H A Ddescriptor.c530 dev->device_descriptor.bcdUSB = libusb_le16_to_cpu(dev->device_descriptor.bcdUSB);
531 dev->device_descriptor.idVendor = libusb_le16_to_cpu(dev->device_descriptor.idVendor);
532 dev->device_descriptor.idProduct = libusb_le16_to_cpu(dev->device_descriptor.idProduct);
533 dev->device_descriptor.bcdDevice = libusb_le16_to_cpu(dev->device_descriptor.bcdDevice);
H A Dlibusb.h178 /** \def libusb_le16_to_cpu
186 #define libusb_le16_to_cpu libusb_cpu_to_le16 macro
1521 + libusb_le16_to_cpu(setup->wLength));
/external/libusb/libusb/os/
H A Ddarwin_usb.c374 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));

Completed in 71 milliseconds