/external/libusb/libusb/ |
D | hotplug.c | 176 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()
|
D | hotplug.h | 42 int product_id; member
|
/external/libusb/examples/ |
D | hotplugtest.c | 73 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/ |
D | avb_atx_validate.c | 143 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()
|
D | avb_atx_types.h | 52 uint8_t product_id[AVB_ATX_PRODUCT_ID_SIZE]; member
|
/external/libmtp/util/ |
D | mtp-hotplug.c | 200 …{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/ |
D | fakewebrtcdeviceinfo.h | 65 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/ |
D | cras_device_blacklist.c | 49 unsigned product_id, in cras_device_blacklist_check() argument 59 vendor_id, product_id, desc_checksum, device_index); in cras_device_blacklist_check()
|
D | cras_device_blacklist.h | 46 unsigned product_id,
|
/external/autotest/client/site_tests/display_DisplayContainEdid/ |
D | display_DisplayContainEdid.py | 35 no_product = edid.product_id == None 42 edid.product_id))
|
/external/autotest/client/common_lib/cros/cfm/usb/ |
D | usb_device_collector_unittest.py | 55 self.assertEqual(foo_device.product_id, 'aaaa') 64 self.assertEqual(bar_device.product_id, '9f9f')
|
D | usb_device_spec_unittest.py | 21 self.assertEqual(self._spec.product_id, 'pid')
|
D | usb_device_spec.py | 39 def product_id(self): member in UsbDeviceSpec
|
D | usb_device_unittest.py | 25 self.assertEqual(self._usb_device.product_id, 'pid')
|
D | usb_device.py | 48 def product_id(self): member in UsbDevice
|
/external/u-boot/board/ge/mx53ppd/ |
D | mx53ppd.c | 292 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/ |
D | main.c | 42 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/ |
D | detect.c | 110 rawdevices[i].device_entry.product_id, in main() 116 rawdevices[i].device_entry.product_id, in main()
|
/external/libusb/include/libusb/ |
D | hotplug.h | 42 int product_id; member
|
/external/u-boot/board/ge/bx50v3/ |
D | bx50v3.c | 564 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/ |
D | display_info.py | 46 self.product_id = edid['productId']
|
/external/autotest/server/cros/cfm/configurable_test/ |
D | actions_unittest.py | 87 [spec], lambda x: x[0].product_id == 'p') 98 [spec], lambda x: x[0].product_id == 'r')
|
/external/avb/test/ |
D | avb_atx_generate_test_data | 73 --product_id=atx_product_id.bin --root_authority_key=testkey_atx_prk.pem
|
/external/libbrillo/policy/ |
D | device_policy.h | 37 uint16_t product_id; member
|
/external/autotest/client/common_lib/cros/network/ |
D | interface.py | 234 product_id = read_file(os.path.join(device_path, 'device')) 238 infos = [DeviceInfo(vendor_id, product_id)]
|