Lines Matching refs:device
630 SCSI_DbgPrint("SCSI INQUIRY : SCSI Device ID <%s>\n",&pMass_stor->device.u8VendorID); in ms_bInit_USB_LUN()
631 SCSI_DbgPrint("SCSI INQUIRY : SCSI Product ID <%s>\n",&pMass_stor->device.u8ProductID); in ms_bInit_USB_LUN()
632 … SCSI_DbgPrint("SCSI INQUIRY : SCSI Product ver <%s>\n",&pMass_stor->device.u8ProductVer); in ms_bInit_USB_LUN()
638 LunDevice[uLunIdx].u8DevType = pMass_stor->device.u8DeviceType; in ms_bInit_USB_LUN()
714 pMass_stor->device.u8DeviceType = (pIngBuf[0] & 0x1F); in ms_bSCSI_Initial()
716 memcpy(pMass_stor->device.u8VendorID, &pIngBuf[8], 8); in ms_bSCSI_Initial()
718 memcpy(pMass_stor->device.u8ProductID, &pIngBuf[16], 16); in ms_bSCSI_Initial()
720 memcpy(pMass_stor->device.u8ProductVer, &pIngBuf[32], 4); in ms_bSCSI_Initial()
721 … SCSI_DbgPrint("SCSI INQUIRY : SCSI Device ID <%s>\n",&pMass_stor->device.u8VendorID); in ms_bSCSI_Initial()
722 … SCSI_DbgPrint("SCSI INQUIRY : SCSI Product ID <%s>\n",&pMass_stor->device.u8ProductID); in ms_bSCSI_Initial()
723 … SCSI_DbgPrint("SCSI INQUIRY : SCSI Product ver <%s>\n",&pMass_stor->device.u8ProductVer); in ms_bSCSI_Initial()