Home
last modified time | relevance | path

Searched refs:vpd_pg89 (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/scsi/
Dscsi_sysfs.c450 struct scsi_vpd *vpd_pg0 = NULL, *vpd_pg89 = NULL; in scsi_device_dev_release_usercontext() local
491 vpd_pg89 = rcu_replace_pointer(sdev->vpd_pg89, vpd_pg89, in scsi_device_dev_release_usercontext()
501 if (vpd_pg89) in scsi_device_dev_release_usercontext()
502 kfree_rcu(vpd_pg89, rcu); in scsi_device_dev_release_usercontext()
1250 if (attr == &dev_attr_vpd_pg89 && !sdev->vpd_pg89) in scsi_sdev_bin_attr_is_visible()
Dscsi.c467 scsi_update_vpd_page(sdev, 0x89, &sdev->vpd_pg89); in scsi_attach_vpd()
/Linux-v5.15/drivers/hwmon/
Ddrivetemp.c341 vpd = rcu_dereference(sdev->vpd_pg89); in drivetemp_identify_sata()
/Linux-v5.15/include/scsi/
Dscsi_device.h148 struct scsi_vpd __rcu *vpd_pg89; member