OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libusb_le16_to_cpu
(Results
1 - 7
of
7
) 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/chromium_org/third_party/libusb/src/libusb/os/
openbsd_usb.c
693
libusb_le16_to_cpu
(setup->wValue),
694
libusb_le16_to_cpu
(setup->wIndex),
695
libusb_le16_to_cpu
(setup->wLength), transfer->timeout);
darwin_usb.c
515
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));
[
all
...]
/external/chromium_org/third_party/libusb/src/libusb/
descriptor.c
530
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);
[
all
...]
libusb.h
178
/** \def
libusb_le16_to_cpu
186
#define
libusb_le16_to_cpu
libusb_cpu_to_le16
macro
[
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 41 milliseconds