Home
last modified time | relevance | path

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

/Linux-v5.15/include/scsi/
Dscsi_device.h97 struct scsi_vpd { struct
145 struct scsi_vpd __rcu *vpd_pg0;
146 struct scsi_vpd __rcu *vpd_pg83;
147 struct scsi_vpd __rcu *vpd_pg80;
148 struct scsi_vpd __rcu *vpd_pg89;
/Linux-v5.15/drivers/scsi/
Dscsi.c393 static struct scsi_vpd *scsi_get_vpd_buf(struct scsi_device *sdev, u8 page) in scsi_get_vpd_buf()
395 struct scsi_vpd *vpd_buf; in scsi_get_vpd_buf()
420 struct scsi_vpd __rcu **sdev_vpd_buf) in scsi_update_vpd_page()
422 struct scsi_vpd *vpd_buf; in scsi_update_vpd_page()
449 struct scsi_vpd *vpd_buf; in scsi_attach_vpd()
Dscsi_sysfs.c449 struct scsi_vpd *vpd_pg80 = NULL, *vpd_pg83 = NULL; in scsi_device_dev_release_usercontext()
450 struct scsi_vpd *vpd_pg0 = NULL, *vpd_pg89 = NULL; in scsi_device_dev_release_usercontext()
888 struct scsi_vpd *vpd_page; \
Dscsi_lib.c3057 const struct scsi_vpd *vpd_pg83; in scsi_vpd_lun_id()
3179 const struct scsi_vpd *vpd_pg83; in scsi_vpd_tpg_id()
/Linux-v5.15/drivers/hwmon/
Ddrivetemp.c328 struct scsi_vpd *vpd; in drivetemp_identify_sata()