OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dev_vendor
(Results
1 - 6
of
6
) sorted by null
/system/core/fastboot/
usb.h
39
unsigned short
dev_vendor
;
member in struct:usb_ifc_info
usbtest.c
54
info->
dev_vendor
, info->dev_product);
64
if(info->
dev_vendor
!= 0x18d1) return -1;
73
if(info->
dev_vendor
!= 0x18d1) return -1;
82
if(info->
dev_vendor
!= 0x18d1) return -1;
fastboot.c
151
if(!(vendor_id && (info->
dev_vendor
== vendor_id)) &&
152
(info->
dev_vendor
!= 0x18d1) && // Google
153
(info->
dev_vendor
!= 0x0451) &&
154
(info->
dev_vendor
!= 0x0502) &&
155
(info->
dev_vendor
!= 0x0fce) && // Sony Ericsson
156
(info->
dev_vendor
!= 0x05c6) && // Qualcomm
157
(info->
dev_vendor
!= 0x22b8) && // Motorola
158
(info->
dev_vendor
!= 0x0955) && // Nvidia
159
(info->
dev_vendor
!= 0x413c) && // DELL
160
(info->
dev_vendor
!= 0x0bb4)) // HT
[
all
...]
usb_windows.c
297
info.
dev_vendor
= device_desc.idVendor;
usb_linux.c
123
info.
dev_vendor
= dev->idVendor;
usb_osx.c
295
kr = (*dev)->GetDeviceVendor(dev, &handle->info.
dev_vendor
);
Completed in 83 milliseconds