Searched refs:scsi_vpd_inquiry (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/scsi/ |
H A D | scsi.c | 292 static int scsi_vpd_inquiry(struct scsi_device *sdev, unsigned char *buffer, in scsi_vpd_inquiry() function 349 result = scsi_vpd_inquiry(sdev, vpd, 0, sizeof(vpd)); in scsi_get_vpd_size() 370 result = scsi_vpd_inquiry(sdev, vpd, page, SCSI_VPD_HEADER_SIZE); in scsi_get_vpd_size() 416 result = scsi_vpd_inquiry(sdev, buf, page, vpd_len); in scsi_get_vpd_page() 453 result = scsi_vpd_inquiry(sdev, vpd_buf->data, page, vpd_len); in scsi_get_vpd_buf()
|