OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:config_desc
(Results
1 - 2
of
2
) sorted by null
/bootable/bootloader/legacy/include/boot/
usb_descriptors.h
66
static unsigned char
config_desc
[] = {
variable
147
{
config_desc
, sizeof(
config_desc
), ID(TYPE_CONFIGURATION, 0) },
157
{ config_desc_fs, sizeof(
config_desc
), ID(TYPE_CONFIGURATION, 0) },
/development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp
222
USB_CONFIGURATION_DESCRIPTOR
config_desc
;
223
if (AdbGetUsbConfigurationDescriptor(interface_handle, &
config_desc
)) {
225
printf("\n bLength = %u",
config_desc
.bLength);
226
printf("\n bDescriptorType = %u",
config_desc
.bDescriptorType);
227
printf("\n wTotalLength = %u",
config_desc
.wTotalLength);
228
printf("\n bNumInterfaces = %u",
config_desc
.bNumInterfaces);
229
printf("\n bConfigurationValue = %u",
config_desc
.bConfigurationValue);
230
printf("\n iConfiguration = %u",
config_desc
.iConfiguration);
231
printf("\n bmAttributes = %u",
config_desc
.bmAttributes);
232
printf("\n MaxPower = %u",
config_desc
.MaxPower);
221
USB_CONFIGURATION_DESCRIPTOR
config_desc
;
local
[
all
...]
Completed in 39 milliseconds