Searched refs:product_id (Results 1 - 20 of 20) sorted by relevance

/freebsd-10-stable/usr.sbin/bluetooth/ath3kfw/
H A Dath3kfw.c63 static int product_id = ATH3KFW_PRODUCT_ID; variable
95 product_id = strtol(optarg, NULL, 0);
178 desc->idProduct != product_id)
/freebsd-10-stable/lib/libusb/
H A Dlibusb10_hotplug.c184 int vendor_id, int product_id, int dev_class,
195 product_id < -1 || product_id > 0xffff ||
213 handle->product = product_id;
182 libusb_hotplug_register_callback(libusb_context *ctx, libusb_hotplug_event events, libusb_hotplug_flag flags, int vendor_id, int product_id, int dev_class, libusb_hotplug_callback_fn cb_fn, void *user_data, libusb_hotplug_callback_handle *phandle) argument
H A Dlibusb.h484 libusb_device_handle *libusb_open_device_with_vid_pid(libusb_context * ctx, uint16_t vendor_id, uint16_t product_id);
578 int libusb_hotplug_register_callback(libusb_context *ctx, libusb_hotplug_event events, libusb_hotplug_flag flags, int vendor_id, int product_id, int dev_class, libusb_hotplug_callback_fn cb_fn, void *user_data, libusb_hotplug_callback_handle *handle);
H A Dlibusb10.c528 uint16_t product_id)
557 pdesc->idProduct == product_id) {
527 libusb_open_device_with_vid_pid(libusb_context *ctx, uint16_t vendor_id, uint16_t product_id) argument
/freebsd-10-stable/sys/dev/firewire/
H A Dfwphyreg.h179 uint8_t product_id[3]; member in struct:phyreg_page1
/freebsd-10-stable/sys/x86/include/
H A Dmptable.h65 u_char product_id[12]; member in struct:MPCTH
/freebsd-10-stable/usr.sbin/bhyve/
H A Dmptbl.c121 memcpy(mpch->product_id, MPCH_PRODID, MPCH_PRODID_LEN);
/freebsd-10-stable/sys/cam/ata/
H A Data_all.h93 uint8_t product_id[16]; /* Product identification string */ member in struct:sep_identify_data
H A Data_all.c383 cam_strvis(product, ident_data->product_id, 16, sizeof(product));
398 cam_strvis(product, ident_data->product_id, 16, sizeof(product));
/freebsd-10-stable/usr.sbin/mptable/
H A Dmptable.c166 u_char product_id[ 12 ]; member in struct:MPCTH
693 pnstr( cth.product_id, 12 );
/freebsd-10-stable/usr.sbin/fwcontrol/
H A Dfwcontrol.c641 (v.product_id[0] << 16) | (v.product_id[1] << 8) | v.product_id[2]
/freebsd-10-stable/sys/dev/isci/scil/
H A Dintel_sas.h646 U8 product_id[16]; member in struct:SMP_RESPONSE_REPORT_MANUFACTURER_INFORMATION
/freebsd-10-stable/sys/x86/x86/
H A Dmptable.c358 (int)sizeof(mpct->product_id), mpct->product_id);
/freebsd-10-stable/sys/dev/ahci/
H A Dahciem.c432 strncpy(ed->product_id, "SGPIO Enclosure ", SID_PRODUCT_SIZE);
/freebsd-10-stable/sys/dev/usb/
H A Dusb_device.c2358 uint16_t product_id; local
2368 product_id = UGETW(udd->idProduct);
2393 (kdp->product == product_id ||
2417 snprintf(temp_ptr, temp_size, "product 0x%04x", product_id);
/freebsd-10-stable/sys/geom/raid/
H A Dmd_sii.c52 uint16_t product_id; /* 130 */ member in struct:sii_raid_conf
157 printf("product_id 0x%04x\n", meta->product_id);
/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_edid.c90 int product_id; member in struct:edid_quirk
480 (EDID_PRODUCT_ID(edid) == quirk->product_id))
/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_enc_ses.c2758 cam_strvis(product, enc_desc->product_id,
2759 sizeof(enc_desc->product_id), sizeof(product));
H A Dscsi_ses.h112 uint8_t product_id[16]; member in struct:ses_enc_desc
/freebsd-10-stable/sbin/camcontrol/
H A Dcamcontrol.c597 cam_strvis(product, sid->product_id,
598 sizeof(sid->product_id),

Completed in 215 milliseconds