Searched refs:product_id (Results 101 - 116 of 116) sorted by relevance

12345

/linux-master/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_detection.c1151 "product_id = %X, "
1160 sink->edid_caps.product_id,
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c7681 memcpy(ctrl_info->model, identify->product_id,
7682 sizeof(identify->product_id));
7683 ctrl_info->model[sizeof(identify->product_id)] = '\0';
8216 u32 product_id;
8265 product_id = sis_get_product_id(ctrl_info);
8266 ctrl_info->product_id = (u8)product_id;
8267 ctrl_info->product_revision = (u8)(product_id >> 8);
10739 product_id) != 208);
8221 u32 product_id; local
/linux-master/drivers/scsi/
H A Dipr.c1462 char product_id[IPR_PROD_ID_LEN + 1]; local
1468 memcpy(product_id, vpd->vpids.product_id, IPR_PROD_ID_LEN);
1469 strip_whitespace(IPR_PROD_ID_LEN, product_id);
1475 vendor_id, product_id, sn);
1491 memcpy(buffer + IPR_VENDOR_ID_LEN, vpd->vpids.product_id,
2667 if (vpids->product_id[j] == ste->product_id[j])
7344 memcpy(type, ioa_cfg->vpd_cbs->ioa_vpd.std_inq_data.vpids.product_id, 4);
/linux-master/drivers/hid/
H A Dhid-cp2112.c910 CP2112_CONFIG_ATTR(product_id, ({
/linux-master/drivers/platform/x86/hp/
H A Dhp-wmi.c223 u16 product_id; member in struct:bios_rfkill2_device_state
/linux-master/drivers/message/fusion/
H A Dmptsas.c2838 u8 product_id[SAS_EXPANDER_PRODUCT_ID_LEN]; member in struct:rep_manu_reply
2969 memtostr(edev->product_id, manufacture_reply->product_id);
/linux-master/drivers/gpu/drm/
H A Ddrm_edid.c117 #define EDID_QUIRK(vend_chr_0, vend_chr_1, vend_chr_2, product_id, _quirks) \
121 vend_chr_2, product_id), \
2759 memcpy(id, &drm_edid->edid->product_id, sizeof(*id));
/linux-master/drivers/pci/switch/
H A Dswitchtec.c385 DEVICE_ATTR_SYS_INFO_STR(product_id); variable
/linux-master/include/linux/greybus/
H A Dgreybus_protocols.h426 __le32 product_id; member in struct:gb_bootrom_get_vid_pid_response
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_init.c3634 ha->product_id[0] = mb[1];
3635 ha->product_id[1] = mb[2];
3636 ha->product_id[2] = mb[3];
3637 ha->product_id[3] = mb[4];
H A Dqla_def.h4634 uint16_t product_id[4]; member in struct:qla_hw_data
/linux-master/drivers/scsi/libsas/
H A Dsas_expander.c522 memcpy(edev->product_id, mi_resp + 20, SAS_EXPANDER_PRODUCT_ID_LEN);
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c2966 mrioc->facts.product_id = le16_to_cpu(facts_data->product_id);
/linux-master/drivers/net/usb/
H A Dr8152.c9749 int product_id = le16_to_cpu(udev->descriptor.idProduct); local
9753 switch (product_id) {
9763 switch (product_id) {
/linux-master/drivers/target/
H A Dtarget_core_configfs.c1779 CONFIGFS_ATTR(target_wwn_, product_id);
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5759 audio_info->product_id = edid_caps->product_id;

Completed in 541 milliseconds

12345