Home
last modified time | relevance | path

Searched refs:PeripheralDeviceType (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/block/
DDAC960.c2069 InquiryStandardData->PeripheralDeviceType = 0x1F; in DAC960_V1_ReadDeviceConfiguration()
2094 InquiryUnitSerialNumber->PeripheralDeviceType = 0x1F; in DAC960_V1_ReadDeviceConfiguration()
2161 InquiryUnitSerialNumber->PeripheralDeviceType = 0x1F; in DAC960_V2_ReadDeviceConfiguration()
2189 if (InquiryStandardData->PeripheralDeviceType == 0x1F) return; in DAC960_SanitizeInquiryData()
2214 if (InquiryUnitSerialNumber->PeripheralDeviceType == 0x1F) return; in DAC960_SanitizeInquiryData()
2257 if (InquiryStandardData->PeripheralDeviceType == 0x1F) continue; in DAC960_V1_ReportDeviceConfiguration()
2263 if (InquiryUnitSerialNumber->PeripheralDeviceType != 0x1F) in DAC960_V1_ReportDeviceConfiguration()
2371 if (InquiryUnitSerialNumber->PeripheralDeviceType != 0x1F) in DAC960_V2_ReportDeviceConfiguration()
4093 InquiryStandardData->PeripheralDeviceType = 0x1F; in DAC960_V1_ProcessCompletedCommand()
4111 InquiryUnitSerialNumber->PeripheralDeviceType = 0x1F; in DAC960_V1_ProcessCompletedCommand()
[all …]
DDAC960.h125 unsigned char PeripheralDeviceType:5; /* Byte 0 Bits 0-4 */ member
160 unsigned char PeripheralDeviceType:5; /* Byte 0 Bits 0-4 */ member