OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIBUSB_DT_BOS_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libusb/src/libusb/
descriptor.c
820
if (size <
LIBUSB_DT_BOS_SIZE
) {
822
size,
LIBUSB_DT_BOS_SIZE
);
832
if (bos_header.bLength <
LIBUSB_DT_BOS_SIZE
) {
906
uint8_t bos_header[
LIBUSB_DT_BOS_SIZE
] = {0};
914
LIBUSB_DT_BOS_SIZE
);
920
if (r <
LIBUSB_DT_BOS_SIZE
) {
922
r,
LIBUSB_DT_BOS_SIZE
);
[
all
...]
libusb.h
303
#define
LIBUSB_DT_BOS_SIZE
5
312
#define LIBUSB_DT_BOS_MAX_SIZE ((
LIBUSB_DT_BOS_SIZE
) +\
[
all
...]
Completed in 2672 milliseconds