Home
last modified time | relevance | path

Searched refs:product_id (Results 1 – 25 of 46) sorted by relevance

12

/external/libusb/libusb/
Dhotplug.c176 if (LIBUSB_HOTPLUG_MATCH_ANY != hotplug_cb->product_id && in usbi_hotplug_match_cb()
177 hotplug_cb->product_id != dev->device_descriptor.idProduct) { in usbi_hotplug_match_cb()
239 int vendor_id, int product_id, int dev_class, in libusb_hotplug_register_callback() argument
253 (LIBUSB_HOTPLUG_MATCH_ANY != product_id && (~0xffff & product_id)) || in libusb_hotplug_register_callback()
268 new_callback->product_id = product_id; in libusb_hotplug_register_callback()
Dhotplug.h42 int product_id; member
/external/libusb/examples/
Dhotplugtest.c73 int product_id, vendor_id, class_id; in main() local
77 product_id = (argc > 2) ? (int)strtol (argv[2], NULL, 0) : 0x5005; in main()
94 product_id, class_id, hotplug_callback, NULL, &hp[0]); in main()
102 product_id,class_id, hotplug_callback_detach, NULL, &hp[1]); in main()
/external/avb/libavb_atx/
Davb_atx_validate.c143 const uint8_t product_id[AVB_ATX_PRODUCT_ID_SIZE]) { in verify_psk_certificate()
153 sha256(product_id, AVB_ATX_PRODUCT_ID_SIZE, expected_subject); in verify_psk_certificate()
168 const uint8_t product_id[AVB_ATX_PRODUCT_ID_SIZE]) { in verify_puk_certificate()
178 sha256(product_id, AVB_ATX_PRODUCT_ID_SIZE, expected_subject); in verify_puk_certificate()
258 permanent_attributes.product_id)) { in avb_atx_validate_vbmeta_public_key()
308 sha256(permanent_attributes.product_id, in avb_atx_generate_unlock_challenge()
381 permanent_attributes.product_id)) { in avb_atx_validate_unlock_credential()
Davb_atx_types.h52 uint8_t product_id[AVB_ATX_PRODUCT_ID_SIZE]; member
/external/libmtp/util/
Dmtp-hotplug.c200 …{idVendor}==\"%04x\", ATTR{idProduct}==\"%04x\", %s", entry->vendor_id, entry->product_id, action); in main()
207 …x00 0x00 0x00 0x00 0x00 0x00 0x00000000\n", entry->vendor_id, entry->product_id); in main()
212 printf(" <match key=\"usb.product_id\" int=\"0x%04x\">\n", entry->product_id); in main()
248 printf("\t%04x %s %s\n", entry->product_id, entry->vendor, entry->product); in main()
252 printf("usb:v%04xp%04x*\n", entry->vendor_id, entry->product_id); in main()
/external/webrtc/talk/media/webrtc/
Dfakewebrtcdeviceinfo.h65 char* product_id, in GetDeviceName() argument
73 if (product_id) { in GetDeviceName()
74 rtc::strcpyn(reinterpret_cast<char*>(product_id), product_id_len, in GetDeviceName()
/external/adhd/cras/src/server/config/
Dcras_device_blacklist.c49 unsigned product_id, in cras_device_blacklist_check() argument
59 vendor_id, product_id, desc_checksum, device_index); in cras_device_blacklist_check()
Dcras_device_blacklist.h46 unsigned product_id,
/external/autotest/client/site_tests/display_DisplayContainEdid/
Ddisplay_DisplayContainEdid.py35 no_product = edid.product_id == None
42 edid.product_id))
/external/autotest/client/common_lib/cros/cfm/usb/
Dusb_device_collector_unittest.py55 self.assertEqual(foo_device.product_id, 'aaaa')
64 self.assertEqual(bar_device.product_id, '9f9f')
Dusb_device_spec_unittest.py21 self.assertEqual(self._spec.product_id, 'pid')
Dusb_device_spec.py39 def product_id(self): member in UsbDeviceSpec
Dusb_device_unittest.py25 self.assertEqual(self._usb_device.product_id, 'pid')
Dusb_device.py48 def product_id(self): member in UsbDevice
/external/u-boot/board/ge/mx53ppd/
Dmx53ppd.c292 u8 product_id; member
307 vpd->product_id = data[0]; in vpd_callback()
324 if (vpd->product_id == VPD_PRODUCT_PPD) in process_vpd()
/external/epid-sdk/tools/extractkeys/src/
Dmain.c42 unsigned char product_id[2]; ///< 2-byte Product ID (Big Endian) member
51 unsigned char product_id[2]; ///< 2-byte Product ID (Big Endian) member
/external/libmtp/examples/
Ddetect.c110 rawdevices[i].device_entry.product_id, in main()
116 rawdevices[i].device_entry.product_id, in main()
/external/libusb/include/libusb/
Dhotplug.h42 int product_id; member
/external/u-boot/board/ge/bx50v3/
Dbx50v3.c564 u8 product_id; member
580 vpd->product_id = data[0]; in vpd_callback()
601 switch (vpd->product_id) { in process_vpd()
698 switch (vpd->product_id) { in set_confidx()
/external/autotest/client/cros/multimedia/
Ddisplay_info.py46 self.product_id = edid['productId']
/external/autotest/server/cros/cfm/configurable_test/
Dactions_unittest.py87 [spec], lambda x: x[0].product_id == 'p')
98 [spec], lambda x: x[0].product_id == 'r')
/external/avb/test/
Davb_atx_generate_test_data73 --product_id=atx_product_id.bin --root_authority_key=testkey_atx_prk.pem
/external/libbrillo/policy/
Ddevice_policy.h37 uint16_t product_id; member
/external/autotest/client/common_lib/cros/network/
Dinterface.py234 product_id = read_file(os.path.join(device_path, 'device'))
238 infos = [DeviceInfo(vendor_id, product_id)]

12