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/libusb_aah/libusb/
descriptor.c
449
desc->bcdUSB =
libusb_le16_to_cpu
(desc->bcdUSB);
450
desc->idVendor =
libusb_le16_to_cpu
(desc->idVendor);
451
desc->idProduct =
libusb_le16_to_cpu
(desc->idProduct);
452
desc->bcdDevice =
libusb_le16_to_cpu
(desc->bcdDevice);
libusb.h
129
/** \def
libusb_le16_to_cpu
137
#define
libusb_le16_to_cpu
libusb_cpu_to_le16
macro
[
all
...]
/external/libusb_aah/libusb/os/
openbsd_usb.c
631
libusb_le16_to_cpu
(setup->wValue),
632
libusb_le16_to_cpu
(setup->wIndex),
633
libusb_le16_to_cpu
(setup->wLength), transfer->timeout);
darwin_usb.c
490
if (
libusb_le16_to_cpu
(desc->wTotalLength) < len)
491
len =
libusb_le16_to_cpu
(desc->wTotalLength);
684
if (
libusb_le16_to_cpu
(priv->dev_descriptor.idProduct) != idProduct) {
687
idProduct,
libusb_le16_to_cpu
(priv->dev_descriptor.idProduct));
[
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 31 milliseconds