Searched refs:product_id (Results 1 - 21 of 21) sorted by path

/freebsd-11-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.c481 cam_strvis(product, ident_data->product_id, 16, sizeof(product));
496 cam_strvis(product, ident_data->product_id, 16, sizeof(product));
/freebsd-11-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-11-stable/sys/dev/firewire/
H A Dfwphyreg.h179 uint8_t product_id[3]; member in struct:phyreg_page1
/freebsd-11-stable/sys/dev/isci/scil/
H A Dintel_sas.h646 U8 product_id[16]; member in struct:SMP_RESPONSE_REPORT_MANUFACTURER_INFORMATION
/freebsd-11-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-11-stable/sys/x86/include/
H A Dmptable.h68 uint8_t product_id[12]; member in struct:MPCTH
/freebsd-11-stable/usr.sbin/bhyve/
H A Dmptbl.c123 memcpy(mpch->product_id, MPCH_PRODID, MPCH_PRODID_LEN);
/freebsd-11-stable/usr.sbin/bluetooth/ath3kfw/
H A Dmain.c55 uint16_t product_id; member in struct:ath3k_devid
63 { .vendor_id = 0x0489, .product_id = 0xe04e, .is_3012 = 1 },
64 { .vendor_id = 0x0489, .product_id = 0xe04d, .is_3012 = 1 },
65 { .vendor_id = 0x0489, .product_id = 0xe056, .is_3012 = 1 },
66 { .vendor_id = 0x0489, .product_id = 0xe057, .is_3012 = 1 },
67 { .vendor_id = 0x0489, .product_id = 0xe05f, .is_3012 = 1 },
68 { .vendor_id = 0x04c5, .product_id = 0x1330, .is_3012 = 1 },
69 { .vendor_id = 0x04ca, .product_id = 0x3004, .is_3012 = 1 },
70 { .vendor_id = 0x04ca, .product_id = 0x3005, .is_3012 = 1 },
71 { .vendor_id = 0x04ca, .product_id
[all...]
/freebsd-11-stable/usr.sbin/mptable/
H A Dmptable.c564 pnstr( cth->product_id, 12 );
/freebsd-11-stable/lib/libusb/
H A Dlibusb.h485 libusb_device_handle *libusb_open_device_with_vid_pid(libusb_context * ctx, uint16_t vendor_id, uint16_t product_id);
579 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.c543 uint16_t product_id)
572 pdesc->idProduct == product_id) {
542 libusb_open_device_with_vid_pid(libusb_context *ctx, uint16_t vendor_id, uint16_t product_id) argument
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
/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.c606 cam_strvis(product, sid->product_id,
607 sizeof(sid->product_id),
1336 printf("additional product id %.8s\n", parm->product_id);
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_enc_ses.c2925 cam_strvis(product, enc_desc->product_id,
2926 sizeof(enc_desc->product_id), sizeof(product));
H A Dscsi_ses.h112 uint8_t product_id[16]; member in struct:ses_enc_desc
/freebsd-11-stable/sys/dev/ahci/
H A Dahciem.c439 strncpy(ed->product_id, "SGPIO Enclosure ", SID_PRODUCT_SIZE);
/freebsd-11-stable/sys/dev/usb/
H A Dusb_device.c2507 uint16_t product_id; local
2517 product_id = UGETW(udd->idProduct);
2552 (kdp->product == product_id ||
2576 snprintf(temp_ptr, temp_size, "product 0x%04x", product_id);
/freebsd-11-stable/sys/sys/
H A Data.h288 /*170*/ u_int8_t product_id[8]; /* Additional Product Identifier */ member in struct:ata_params
/freebsd-11-stable/sys/x86/x86/
H A Dmptable.c365 (int)sizeof(mpct->product_id), mpct->product_id);
/freebsd-11-stable/usr.sbin/fwcontrol/
H A Dfwcontrol.c641 (v.product_id[0] << 16) | (v.product_id[1] << 8) | v.product_id[2]

Completed in 253 milliseconds