Searched refs:skip_vpd_pages (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/usb/storage/
H A Dscsiglue.c192 sdev->skip_vpd_pages = !sdev->try_vpd_pages;
/linux-master/drivers/scsi/
H A Dscsi_scan.c1062 sdev->skip_vpd_pages = 1;
/linux-master/include/scsi/
H A Dscsi_device.h215 unsigned skip_vpd_pages:1; /* do not read VPD pages */ member in struct:scsi_device
663 * SCSI level is at least SPC-3 and 'skip_vpd_pages' is not set.
677 if (sdev->scsi_level >= SCSI_SPC_2 && !sdev->skip_vpd_pages)

Completed in 159 milliseconds