/external/autotest/client/common_lib/cros/cfm/usb/ |
usb_device.py | 48 def product_id(self): member in class:UsbDevice 54 """Return the <vendor_id>:<product_id> as a string."""
|
usb_device_spec.py | 39 def product_id(self): member in class:UsbDeviceSpec 45 """Return the <vendor_id>:<product_id> as a string."""
|
/external/libbrillo/policy/ |
device_policy.h | 37 uint16_t product_id; member in struct:policy::DevicePolicy::UsbDeviceId
|
/external/libusb/examples/ |
hotplugtest.c | 73 int product_id, vendor_id, class_id; local 77 product_id = (argc > 2) ? (int)strtol (argv[2], NULL, 0) : 0x5005; 94 product_id, class_id, hotplug_callback, NULL, &hp[0]); 102 product_id,class_id, hotplug_callback_detach, NULL, &hp[1]);
|
/external/libusb/libusb/ |
hotplug.h | 42 int product_id; member in struct:libusb_hotplug_callback
|
/device/google/cuttlefish_common/host/commands/virtual_usb_manager/usbip/ |
device.h | 47 // vendor_id and product_id identify device manufacturer and type. 50 uint16_t product_id; member in class:vadb::usbip::Device
|
/external/avb/libavb_atx/ |
avb_atx_types.h | 52 uint8_t product_id[AVB_ATX_PRODUCT_ID_SIZE]; member in struct:AvbAtxPermanentAttributes
|
/device/google/cuttlefish_common/common/libs/usbforward/ |
protocol.h | 104 uint16_t product_id; member in struct:usb_forward::DeviceInfo
|
/external/epid-sdk/tools/extractkeys/src/ |
main.c | 42 unsigned char product_id[2]; ///< 2-byte Product ID (Big Endian) member in struct:EpidKeyOutputFileKey 51 unsigned char product_id[2]; ///< 2-byte Product ID (Big Endian) member in struct:EpidCompressedKeyOutputFileKey
|
/external/u-boot/board/ge/mx53ppd/ |
mx53ppd.c | 292 u8 product_id; member in struct:vpd_cache 307 vpd->product_id = data[0]; 324 if (vpd->product_id == VPD_PRODUCT_PPD)
|
/external/u-boot/board/ge/bx50v3/ |
bx50v3.c | 564 u8 product_id; member in struct:vpd_cache 580 vpd->product_id = data[0]; 601 switch (vpd->product_id) { 698 switch (vpd->product_id) {
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
atapi.h | 84 UINT8 product_id[12];
member in struct:__anon7375 256 UINT8 product_id[12];
member in struct:__anon7384
|
/bionic/libc/kernel/uapi/linux/ |
i2o-dev.h | 205 char product_id[24]; member in struct:_i2o_status_block
|
/external/kernel-headers/original/uapi/linux/ |
i2o-dev.h | 243 char product_id[24]; member in struct:_i2o_status_block
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
Atapi.h | 272 UINT8 product_id[16];
member in struct:__anon9975 [all...] |
/external/u-boot/include/ |
efi_api.h | 430 u16 product_id; member in struct:efi_device_path_usb_class
|