Searched refs:idVendor (Results 1 - 25 of 25) sorted by relevance

/external/libusb-compat/examples/
H A Dlsusb.c37 dev->descriptor.idVendor, dev->descriptor.idProduct);
H A Dtestlibusb.c77 dev->descriptor.idVendor);
80 dev->descriptor.idVendor);
96 dev->descriptor.idVendor, dev->descriptor.idProduct);
/external/chromium_org/tools/usb_gadget/
H A Ddefault_gadget.py16 idVendor=usb_constants.VendorID.GOOGLE,
H A Decho_gadget.py27 idVendor=usb_constants.VendorID.GOOGLE,
H A Dhid_gadget.py46 idVendor=vendor_id,
H A Dusb_descriptors_test.py126 idVendor=0xDEAD,
H A Dgadget_test.py16 idVendor=0x18D1, # Google Inc. variable
/external/libusb/examples/
H A Dlsusb.c39 desc.idVendor, desc.idProduct,
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
H A Dlist_ports_linux.py74 read_line(sysfs_path+'/idVendor'),
90 idVendor = re_group('idVendor\s+0x\w+ (.+)', desc)
93 return '%s %s %s' % (iManufacturer or idVendor, iProduct or idProduct, iSerial)
/external/libmtp/src/
H A Dlibusb-glue.c237 dev->descriptor.idVendor == APPLE_VID) {
474 dev->descriptor.idVendor, dev->descriptor.idProduct);
482 dev->descriptor.idVendor, dev->descriptor.idProduct);
490 dev->descriptor.idVendor, dev->descriptor.idProduct);
526 if(dev->descriptor.idVendor == mtp_device_table[i].vendor_id &&
630 retdevs[i].device_entry.vendor_id = dev->libusb_device->descriptor.idVendor;
636 if(dev->libusb_device->descriptor.idVendor == mtp_device_table[j].vendor_id &&
654 dev->libusb_device->descriptor.idVendor,
666 dev->libusb_device->descriptor.idVendor,
712 printf(" idVendor
[all...]
/external/chromium_org/third_party/libusb/src/libusb/
H A Dhotplug.c160 hotplug_cb->vendor_id != dev->device_descriptor.idVendor) {
H A Ddescriptor.c531 dev->device_descriptor.idVendor = libusb_le16_to_cpu(dev->device_descriptor.idVendor);
H A Dcore.c1133 * <tt>idVendor</tt>/<tt>idProduct</tt> combination. This function is intended
1143 * \param vendor_id the idVendor value to search for
1166 if (desc.idVendor == vendor_id && desc.idProduct == product_id) {
H A Dlibusb.h508 uint16_t idVendor; member in struct:libusb_device_descriptor
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwince_usb.h53 UINT16 idVendor; member in struct:__anon12856
H A Ddarwin_usb.c614 UInt16 idProduct, idVendor; local
620 (*device)->GetDeviceVendor (device, &idVendor);
635 if (kIOUSBVendorIDAppleComputer == idVendor) {
701 idVendor, idProduct, darwin_error_str (ret), ret);
704 idVendor, idProduct, darwin_error_str (ret), ret);
723 usbi_dbg (" idVendor: 0x%04x", dev->dev_descriptor.idVendor);
810 new_device->dev_descriptor.idVendor, new_device->dev_descriptor.idProduct,
H A Dwindows_usb.c962 priv->dev_descriptor.idVendor = (uint16_t)vid;
966 priv->dev_descriptor.idVendor = 0x1d6b; // Linux Foundation root hub
3176 d.idVendor = (uint16_t)dev->vid;
/external/libpcap/
H A Dpcap-canusb-linux.c114 if ((desc.idVendor != CANUSB_VID) || (desc.idProduct != CANUSB_PID))
160 if ((desc.idVendor != CANUSB_VID) || (desc.idProduct != CANUSB_PID))
/external/chromium_org/device/usb/
H A Dusb_service_impl.cc148 descriptor.idVendor,
/external/libusb-compat/libusb/
H A Dusb.h182 u_int16_t idVendor; member in struct:usb_device_descriptor
/external/libusb/libusb/
H A Ddescriptor.c447 desc->idVendor = libusb_le16_to_cpu(desc->idVendor);
H A Dlibusb.h331 uint16_t idVendor; member in struct:libusb_device_descriptor
H A Dcore.c934 * <tt>idVendor</tt>/<tt>idProduct</tt> combination. This function is intended
944 * \param vendor_id the idVendor value to search for
966 if (desc.idVendor == vendor_id && desc.idProduct == product_id) {
/external/libusb/libusb/os/
H A Ddarwin_usb.c442 UInt16 address, idVendor, idProduct; local
473 (*(device))->GetDeviceVendor (device, &idVendor);
529 snprintf(priv->sys_path, 20, "%03i-%04x-%04x-%02x-%02x", address, idVendor, idProduct, bDeviceClass, bDeviceSubClass);
/external/kernel-headers/original/uapi/linux/usb/
H A Dch9.h267 __le16 idVendor; member in struct:usb_device_descriptor

Completed in 583 milliseconds