Home
last modified time | relevance | path

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

/linux/drivers/scsi/
A Dscsi_sysfs.c450 struct scsi_vpd *vpd_pg0 = NULL, *vpd_pg89 = NULL; in scsi_device_dev_release() local
490 vpd_pg89 = rcu_replace_pointer(sdev->vpd_pg89, vpd_pg89, in scsi_device_dev_release()
508 if (vpd_pg89) in scsi_device_dev_release()
509 kfree_rcu(vpd_pg89, rcu); in scsi_device_dev_release()
1292 if (attr == &dev_attr_vpd_pg89 && !sdev->vpd_pg89) in scsi_sdev_bin_attr_is_visible()
A Dscsi.c520 scsi_update_vpd_page(sdev, 0x89, &sdev->vpd_pg89); in scsi_attach_vpd()
709 vpd = rcu_dereference(sdev->vpd_pg89); in scsi_cdl_enable()
A Dscsi_transport_sas.c433 vpd = rcu_dereference(sdev->vpd_pg89); in sas_ata_ncq_prio_supported()
A Dsd.c3475 vpd = rcu_dereference(sdev->vpd_pg89); in sd_read_write_same()
/linux/drivers/hwmon/
A Ddrivetemp.c340 vpd = rcu_dereference(sdev->vpd_pg89); in drivetemp_identify_sata()
/linux/include/scsi/
A Dscsi_device.h148 struct scsi_vpd __rcu *vpd_pg89; member

Completed in 25 milliseconds