HomeSort by relevance Sort by last modified time
    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 214 if(!(vendor_id && (info->dev_vendor == vendor_id)) &&
215 (info->dev_vendor != 0x18d1) && // Google
216 (info->dev_vendor != 0x8087) && // Intel
217 (info->dev_vendor != 0x0451) &&
218 (info->dev_vendor != 0x0502) &&
219 (info->dev_vendor != 0x0fce) && // Sony Ericsson
220 (info->dev_vendor != 0x05c6) && // Qualcomm
221 (info->dev_vendor != 0x22b8) && // Motorola
222 (info->dev_vendor != 0x0955) && // Nvidia
223 (info->dev_vendor != 0x413c) && // DEL
    [all...]
usb_windows.c 297 info.dev_vendor = device_desc.idVendor;
usb_linux.c 127 info.dev_vendor = dev->idVendor;
usb_osx.c 296 kr = (*dev)->GetDeviceVendor(dev, &handle->info.dev_vendor);

Completed in 279 milliseconds