Home
last modified time | relevance | path

Searched refs:vpd_pg89 (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_sysfs.c451 struct scsi_vpd *vpd_pg0 = NULL, *vpd_pg89 = NULL; in scsi_device_dev_release_usercontext() local
490 vpd_pg89 = rcu_replace_pointer(sdev->vpd_pg89, vpd_pg89, in scsi_device_dev_release_usercontext()
500 if (vpd_pg89) in scsi_device_dev_release_usercontext()
501 kfree_rcu(vpd_pg89, rcu); in scsi_device_dev_release_usercontext()
1265 if (attr == &dev_attr_vpd_pg89 && !sdev->vpd_pg89) in scsi_sdev_bin_attr_is_visible()
H A Dscsi.c468 scsi_update_vpd_page(sdev, 0x89, &sdev->vpd_pg89); in scsi_attach_vpd()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_sysfs.c450 struct scsi_vpd *vpd_pg0 = NULL, *vpd_pg89 = NULL; in scsi_device_dev_release() local
489 vpd_pg89 = rcu_replace_pointer(sdev->vpd_pg89, vpd_pg89, in scsi_device_dev_release()
505 if (vpd_pg89) in scsi_device_dev_release()
506 kfree_rcu(vpd_pg89, rcu); in scsi_device_dev_release()
1286 if (attr == &dev_attr_vpd_pg89 && !sdev->vpd_pg89) in scsi_sdev_bin_attr_is_visible()
H A Dscsi.c513 scsi_update_vpd_page(sdev, 0x89, &sdev->vpd_pg89); in scsi_attach_vpd()
693 vpd = rcu_dereference(sdev->vpd_pg89); in scsi_cdl_enable()
H A Dsd.c3214 vpd = rcu_dereference(sdev->vpd_pg89); in sd_read_write_same()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Ddrivetemp.c341 vpd = rcu_dereference(sdev->vpd_pg89); in drivetemp_identify_sata()
/kernel/linux/linux-5.10/include/scsi/
H A Dscsi_device.h146 struct scsi_vpd __rcu *vpd_pg89; member
/kernel/linux/linux-6.6/include/scsi/
H A Dscsi_device.h148 struct scsi_vpd __rcu *vpd_pg89; member
/kernel/linux/linux-6.6/drivers/hwmon/
H A Ddrivetemp.c340 vpd = rcu_dereference(sdev->vpd_pg89); in drivetemp_identify_sata()
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c12606 vpd = rcu_dereference(sdev->vpd_pg89); in scsih_ncq_prio_supp()

Completed in 47 milliseconds