/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
i2o-dev.h | 242 char product_id[24]; member in struct:_i2o_status_block
|
/external/bluetooth/bluedroid/bta/include/ |
bta_hh_api.h | 189 UINT16 product_id; /* product ID */ member in struct:__anon2715
|
/external/bluetooth/bluedroid/btif/src/ |
btif_storage.c | 124 <vendor_id> <space> > <product_id> <space> <version> <space> [all...] |
/external/bluetooth/bluedroid/main/ |
bte_conf.c | 430 info("[%u] primary_record=%d vendor_id=0x%04X vendor_id_source=0x%04X product_id=0x%04X version=0x%04X",
|
/development/host/windows/usb/api/ |
adb_api.h | 280 @param[in] product_id Device product ID
289 unsigned short product_id,
|
/external/libmtp/src/ |
libusb-glue.c | 527 dev->descriptor.idProduct == mtp_device_table[i].product_id) { 632 retdevs[i].device_entry.product_id = dev->libusb_device->descriptor.idProduct; 637 dev->libusb_device->descriptor.idProduct == mtp_device_table[j].product_id) { 723 printf(" Vendor id: 0x%04x\n", ptp_usb->rawdevice.device_entry.product_id); [all...] |
libmtp.h | 480 uint16_t product_id; /**< Product ID for this device */ member in struct:LIBMTP_device_entry_struct [all...] |
libmtp.h.in | 478 uint16_t product_id; /**< Product ID for this device */
|
/external/libusb/libusb/ |
core.c | [all...] |
libusb.h | 808 uint16_t vendor_id, uint16_t product_id); [all...] |
/external/libusb_aah/libusb/ |
core.c | [all...] |
libusb.h | 998 libusb_context *ctx, uint16_t vendor_id, uint16_t product_id); [all...] |
/external/bluetooth/bluedroid/bta/hh/ |
bta_hh_act.c | 885 p_dev_info->dscp_info.product_id, [all...] |
/external/qemu/ |
qemu-monitor.hx | 351 "device", "add USB device (e.g. 'host:bus.addr' or 'host:vendor_id:product_id')" },
|
qemu-options.hx | 347 @item host:vendor_id:product_id 348 Pass through the host device identified by vendor_id:product_id (Linux only). 350 @item serial:[vendorid=@var{vendor_id}][,productid=@var{product_id}]:@var{dev} [all...] |
/hardware/invensense/mlsdk/mllite/ |
ml.c | 836 if (MPL_PROD_KEY(mldl_cfg->product_id, mldl_cfg->product_revision) [all...] |
/hardware/invensense/mlsdk/mlutils/ |
mputest.c | [all...] |
/external/kernel-headers/original/linux/ |
usb.h | 394 extern struct usb_device *usb_find_device(u16 vendor_id, u16 product_id); [all...] |