OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:raw_desc
(Results
1 - 2
of
2
) sorted by null
/external/libusb/libusb/
descriptor.c
435
unsigned char
raw_desc
[DEVICE_DESC_LENGTH];
local
440
r = usbi_backend->get_device_descriptor(dev,
raw_desc
, &host_endian);
444
memcpy((unsigned char *) desc,
raw_desc
, sizeof(
raw_desc
));
core.c
530
unsigned char
raw_desc
[DEVICE_DESC_LENGTH];
local
534
r = usbi_backend->get_device_descriptor(dev,
raw_desc
, &host_endian);
538
num_configurations =
raw_desc
[DEVICE_DESC_LENGTH - 1];
[
all
...]
Completed in 54 milliseconds