Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
DDAC960.c2071 InquiryStandardData->PeripheralDeviceType = 0x1F; in DAC960_V1_ReadDeviceConfiguration()
2096 InquiryUnitSerialNumber->PeripheralDeviceType = 0x1F; in DAC960_V1_ReadDeviceConfiguration()
2163 InquiryUnitSerialNumber->PeripheralDeviceType = 0x1F; in DAC960_V2_ReadDeviceConfiguration()
2191 if (InquiryStandardData->PeripheralDeviceType == 0x1F) return; in DAC960_SanitizeInquiryData()
2216 if (InquiryUnitSerialNumber->PeripheralDeviceType == 0x1F) return; in DAC960_SanitizeInquiryData()
2259 if (InquiryStandardData->PeripheralDeviceType == 0x1F) continue; in DAC960_V1_ReportDeviceConfiguration()
2265 if (InquiryUnitSerialNumber->PeripheralDeviceType != 0x1F) in DAC960_V1_ReportDeviceConfiguration()
2373 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