Home
last modified time | relevance | path

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

/external/qemu/
Dusb-linux.c65 int vendor_id, int product_id,
1063 int bus_num, addr, speed, device_count, class_id, product_id, vendor_id; in usb_host_scan_dev() local
1079 bus_num = addr = speed = class_id = product_id = vendor_id = 0; in usb_host_scan_dev()
1086 if (device_count && (vendor_id || product_id)) { in usb_host_scan_dev()
1089 product_id, product_name, speed); in usb_host_scan_dev()
1110 product_id = 0; in usb_host_scan_dev()
1118 product_id = strtoul(buf, NULL, 16); in usb_host_scan_dev()
1130 if (device_count && (vendor_id || product_id)) { in usb_host_scan_dev()
1133 product_id, product_name, speed); in usb_host_scan_dev()
1182 int bus_num, addr, speed, class_id, product_id, vendor_id; in usb_host_scan_sys() local
[all …]
Dqemu-monitor.hx351 "device", "add USB device (e.g. 'host:bus.addr' or 'host:vendor_id:product_id')" },
Dqemu-options.hx347 @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}
/external/libmtp/examples/
Dhotplug.c126 …dVendor}==\"%04x\", ATTR{idProduct}==\"%04x\", %s\n", entry->vendor_id, entry->product_id, action); in main()
131 …x00 0x00 0x00 0x00 0x00 0x00 0x00000000\n", entry->vendor_id, entry->product_id); in main()
136 printf(" <match key=\"usb.product_id\" int=\"0x%04x\">\n", entry->product_id); in main()
172 printf("\t%04x %s %s\n", entry->product_id, entry->vendor, entry->product); in main()
191 …endor}==\"%04x\", ATTRS{idProduct}==\"%04x\", %s\n", entry->vendor_id, entry->product_id, action); in main()
Ddetect.c95 rawdevices[i].device_entry.product_id, in main()
101 rawdevices[i].device_entry.product_id, in main()
/external/kernel-headers/original/linux/
Dipmi_smi.h134 unsigned int product_id; member
158 id->product_id = data[9] | (data[10] << 8); in ipmi_demangle_device_id()
Dusb.h394 extern struct usb_device *usb_find_device(u16 vendor_id, u16 product_id);
/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_utils.c151 void bta_hh_update_di_info(tBTA_HH_DEV_CB *p_cb, UINT16 vendor_id, UINT16 product_id, in bta_hh_update_di_info() argument
156 vendor_id, product_id, version); in bta_hh_update_di_info()
159 p_cb->dscp_info.product_id = product_id; in bta_hh_update_di_info()
Dbta_hh_int.h234 extern void bta_hh_update_di_info(tBTA_HH_DEV_CB *p_cb, UINT16 vendor_id, UINT16 product_id,
Dbta_hh_act.c885 p_dev_info->dscp_info.product_id, in bta_hh_maint_dev_act()
/external/bluetooth/bluedroid/btif/src/
Dbtif_hh.c109 UINT16 product_id; member
155 UINT16 product_id, UINT16 version, UINT8 ctry_code,
572 dest->product_id = src->product_id; in btif_hh_copy_hid_info()
942 p_data->dscp_info.vendor_id, p_data->dscp_info.product_id, in btif_hh_upstreams_evt()
959 … p_data->dscp_info.vendor_id, p_data->dscp_info.product_id, in btif_hh_upstreams_evt()
985 p_data->dscp_info.product_id in btif_hh_upstreams_evt()
986 == hid_kb_numlock_on_list[i].product_id) in btif_hh_upstreams_evt()
1329 hid_info.app_id, hid_info.vendor_id, hid_info.product_id, in set_info()
1339 dscp_info.product_id = hid_info.product_id; in set_info()
Dbtif_storage.c1355 UINT16 product_id, UINT16 version, in btif_storage_add_hid_device_info() argument
1364 btif_config_set_int("Remote", bdstr, "HidProductId", product_id); in btif_storage_add_hid_device_info()
1417 dscp_info.product_id = (uint16_t) value; in btif_storage_load_bonded_hid_info()
/external/bluetooth/bluedroid/btif/co/
Dbta_hh_co.c399 UINT16 product_id, UINT16 version, UINT8 ctry_code, in bta_hh_co_send_hid_info() argument
414 vendor_id, product_id, in bta_hh_co_send_hid_info()
425 ev.u.create.product = product_id; in bta_hh_co_send_hid_info()
/external/bluetooth/bluedroid/btif/include/
Dbtif_storage.h238 UINT16 product_id, UINT16 version,
/external/bluetooth/bluedroid/bta/include/
Dbta_hh_api.h189 UINT16 product_id; /* product ID */ member
/external/libmtp/src/
Dlibusb-glue.c527 dev->descriptor.idProduct == mtp_device_table[i].product_id) { in get_mtp_usb_device_list()
632 retdevs[i].device_entry.product_id = dev->libusb_device->descriptor.idProduct; in LIBMTP_Detect_Raw_Devices()
637 dev->libusb_device->descriptor.idProduct == mtp_device_table[j].product_id) { in LIBMTP_Detect_Raw_Devices()
723 printf(" Vendor id: 0x%04x\n", ptp_usb->rawdevice.device_entry.product_id); in dump_usbinfo()
1800 dev->descriptor.idProduct == device->device_entry.product_id ) { in configure_usb_device()
Dlibmtp.h480 uint16_t product_id; /**< Product ID for this device */ member
Dlibmtp.h.in478 uint16_t product_id; /**< Product ID for this device */ member
/external/libusb/libusb/
Dcore.c949 libusb_context *ctx, uint16_t vendor_id, uint16_t product_id) in libusb_open_device_with_vid_pid() argument
966 if (desc.idVendor == vendor_id && desc.idProduct == product_id) { in libusb_open_device_with_vid_pid()
Dlibusb.h808 uint16_t vendor_id, uint16_t product_id);
/external/chromium/chrome/browser/userfeedback/proto/
Dconfig.proto74 optional int32 product_id = 14; field
/external/libusb_aah/libusb/
Dcore.c1007 libusb_context *ctx, uint16_t vendor_id, uint16_t product_id) in libusb_open_device_with_vid_pid() argument
1024 if (desc.idVendor == vendor_id && desc.idProduct == product_id) { in libusb_open_device_with_vid_pid()
Dlibusb.h998 libusb_context *ctx, uint16_t vendor_id, uint16_t product_id);
/external/webkit/PerformanceTests/Parser/resources/
Dfinal-url-en6617 http://funagain.com/control/product/~product_id=013745
17761 http://uk.insight.com/apps/productpresentation/index.php?product_id=TOAA0287K
17762 http://uk.insight.com/apps/productpresentation/index.php?product_id=TOAA0287M
26475 http://www.awprofessional.com/catalog/product.asp?product_id=%7B83B0CC64-C967-41C0-89C7-F1A30260FAB…
26476 http://www.awprofessional.com/catalog/product.asp?product_id=%7BFA5A9F65-F874-429D-AAE9-8C38974F09D…
26801 http://www.bankofamerica.com/creditcards/application/modules/mod_page_popup.cfm?product_id=mexicana…
43668 http://www.funagain.com/control/product/~product_id=014299
46061 http://www.guitarschool.net/product_show.asp?product_id=33
46062 http://www.guitarschool.net/product_show.asp?product_id=55
46063 http://www.guitarschool.net/product_show.asp?product_id=81
[all …]