OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libusb_cpu_to_le16
(Results
1 - 2
of
2
) sorted by null
/external/libusb/libusb/
libusb.h
34
/** \def
libusb_cpu_to_le16
42
#define
libusb_cpu_to_le16
(x) ({ \
macro
61
#define libusb_le16_to_cpu
libusb_cpu_to_le16
886
setup->wValue =
libusb_cpu_to_le16
(wValue);
887
setup->wIndex =
libusb_cpu_to_le16
(wIndex);
888
setup->wLength =
libusb_cpu_to_le16
(wLength);
[
all
...]
/external/libusb_aah/libusb/
libusb.h
110
/** \def
libusb_cpu_to_le16
118
static inline uint16_t
libusb_cpu_to_le16
(const uint16_t x)
function
137
#define libusb_le16_to_cpu
libusb_cpu_to_le16
[
all
...]
Completed in 19 milliseconds