Home
last modified time | relevance | path

Searched refs:scsi_vpd (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/scsi/
Dscsi_device.h95 struct scsi_vpd { struct
143 struct scsi_vpd __rcu *vpd_pg0;
144 struct scsi_vpd __rcu *vpd_pg83;
145 struct scsi_vpd __rcu *vpd_pg80;
146 struct scsi_vpd __rcu *vpd_pg89;
/kernel/linux/linux-5.10/drivers/scsi/
Dscsi.c387 static struct scsi_vpd *scsi_get_vpd_buf(struct scsi_device *sdev, u8 page) in scsi_get_vpd_buf()
389 struct scsi_vpd *vpd_buf; in scsi_get_vpd_buf()
414 struct scsi_vpd __rcu **sdev_vpd_buf) in scsi_update_vpd_page()
416 struct scsi_vpd *vpd_buf; in scsi_update_vpd_page()
443 struct scsi_vpd *vpd_buf; in scsi_attach_vpd()
Dscsi_sysfs.c450 struct scsi_vpd *vpd_pg80 = NULL, *vpd_pg83 = NULL; in scsi_device_dev_release_usercontext()
451 struct scsi_vpd *vpd_pg0 = NULL, *vpd_pg89 = NULL; in scsi_device_dev_release_usercontext()
903 struct scsi_vpd *vpd_page; \
Dscsi_lib.c3070 const struct scsi_vpd *vpd_pg83; in scsi_vpd_lun_id()
3193 const struct scsi_vpd *vpd_pg83; in scsi_vpd_tpg_id()
/kernel/linux/linux-5.10/drivers/hwmon/
Ddrivetemp.c328 struct scsi_vpd *vpd; in drivetemp_identify_sata()