Searched refs:DeviceState (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/drivers/block/ |
H A D | DAC960.c | 1597 memcpy(&Controller->V1.DeviceState[Channel][TargetID], DAC960_V1_ReadControllerConfiguration() 2250 DAC960_V1_DeviceState_T *DeviceState = DAC960_V1_ReportDeviceConfiguration() local 2251 &Controller->V1.DeviceState[Channel][TargetID]; DAC960_V1_ReportDeviceConfiguration() 2267 if (DeviceState->Present && DAC960_V1_ReportDeviceConfiguration() 2268 DeviceState->DeviceType == DAC960_V1_DiskType) DAC960_V1_ReportDeviceConfiguration() 2273 (DeviceState->DeviceState == DAC960_V1_Device_Dead DAC960_V1_ReportDeviceConfiguration() 2275 : DeviceState->DeviceState DAC960_V1_ReportDeviceConfiguration() 2278 : DeviceState->DeviceState DAC960_V1_ReportDeviceConfiguration() 2281 DeviceState->DiskSize, DAC960_V1_ReportDeviceConfiguration() 2285 (DeviceState->DeviceState == DAC960_V1_Device_Dead DAC960_V1_ReportDeviceConfiguration() 2287 : DeviceState->DeviceState DAC960_V1_ReportDeviceConfiguration() 2290 : DeviceState->DeviceState DAC960_V1_ReportDeviceConfiguration() 2293 DeviceState->DiskSize); DAC960_V1_ReportDeviceConfiguration() 3847 &Controller->V1.DeviceState[Controller->V1.DeviceStateChannel] DAC960_V1_ProcessCompletedCommand() 3851 if (NewDeviceState->DeviceState != OldDeviceState->DeviceState) DAC960_V1_ProcessCompletedCommand() 3855 (NewDeviceState->DeviceState DAC960_V1_ProcessCompletedCommand() 3858 : NewDeviceState->DeviceState DAC960_V1_ProcessCompletedCommand() 3861 : NewDeviceState->DeviceState DAC960_V1_ProcessCompletedCommand() 3864 if (OldDeviceState->DeviceState == DAC960_V1_Device_Dead && DAC960_V1_ProcessCompletedCommand() 3865 NewDeviceState->DeviceState != DAC960_V1_Device_Dead) DAC960_V1_ProcessCompletedCommand() 4236 Controller->V1.NewDeviceState->DeviceState = DAC960_V1_ProcessCompletedCommand() 5912 DeviceState, DAC960_V1_SetDeviceState() 5919 CommandMailbox->Type3D.DeviceState = DeviceState; DAC960_V1_SetDeviceState() 5989 DAC960_V1_DeviceState_T *DeviceState = DAC960_V1_ExecuteUserCommand() local 5990 &Controller->V1.DeviceState[Channel][TargetID]; DAC960_V1_ExecuteUserCommand() 5991 if (DeviceState->Present && DAC960_V1_ExecuteUserCommand() 5992 DeviceState->DeviceType == DAC960_V1_DiskType && DAC960_V1_ExecuteUserCommand() 5993 DeviceState->DeviceState != DAC960_V1_Device_Dead) DAC960_V1_ExecuteUserCommand() 6003 DAC960_V1_DeviceState_T *DeviceState = DAC960_V1_ExecuteUserCommand() local 6004 &Controller->V1.DeviceState[Channel][TargetID]; DAC960_V1_ExecuteUserCommand() 6005 if (DeviceState->Present && DAC960_V1_ExecuteUserCommand() 6006 DeviceState->DeviceType == DAC960_V1_DiskType && DAC960_V1_ExecuteUserCommand() 6007 DeviceState->DeviceState == DAC960_V1_Device_Dead) DAC960_V1_ExecuteUserCommand() 6018 DAC960_V1_DeviceState_T *DeviceState = DAC960_V1_ExecuteUserCommand() local 6019 &Controller->V1.DeviceState[Channel][TargetID]; DAC960_V1_ExecuteUserCommand() 6020 if (DeviceState->Present && DAC960_V1_ExecuteUserCommand() 6021 DeviceState->DeviceType == DAC960_V1_DiskType && DAC960_V1_ExecuteUserCommand() 6022 DeviceState->DeviceState == DAC960_V1_Device_Dead) DAC960_V1_ExecuteUserCommand() 6263 CommandMailbox->SetDeviceState.DeviceState.PhysicalDeviceState = DAC960_V2_ExecuteUserCommand() 6282 CommandMailbox->SetDeviceState.DeviceState.PhysicalDeviceState = DAC960_V2_ExecuteUserCommand() 6301 CommandMailbox->SetDeviceState.DeviceState.PhysicalDeviceState = DAC960_V2_ExecuteUserCommand() 5907 DAC960_V1_SetDeviceState(DAC960_Controller_T *Controller, DAC960_Command_T *Command, unsigned char Channel, unsigned char TargetID, DAC960_V1_PhysicalDeviceState_T DeviceState, const unsigned char *DeviceStateString) DAC960_V1_SetDeviceState() argument
|
H A D | DAC960.h | 673 DAC960_V1_PhysicalDeviceState_T DeviceState; /* Byte 2 */ member in struct:DAC960_V1_DeviceState 917 DAC960_V1_PhysicalDeviceState_T DeviceState:5; /* Byte 4 Bits 0-4 */ member in struct:DAC960_V1_CommandMailbox::__anon3490 1798 } DeviceState; /* Byte 22 */ member in struct:DAC960_V2_CommandMailbox::__anon3520 2406 DeviceState[DAC960_V1_MaxChannels][DAC960_V1_MaxTargets]; member in struct:DAC960_Controller::__anon3533::__anon3534 4365 static inline void DAC960_P_To_PD_TranslateDeviceState(void *DeviceState) DAC960_P_To_PD_TranslateDeviceState() argument 4367 memcpy(DeviceState + 2, DeviceState + 3, 1); DAC960_P_To_PD_TranslateDeviceState() 4368 memmove(DeviceState + 4, DeviceState + 5, 2); DAC960_P_To_PD_TranslateDeviceState() 4369 memmove(DeviceState + 6, DeviceState + 8, 4); DAC960_P_To_PD_TranslateDeviceState()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_dbgmgr.h | 199 struct HsaDeviceStateChange DeviceState; member in union:HsaEventData::EventData
|
/linux-4.4.14/fs/cifs/ |
H A D | cifspdu.h | 937 __le16 DeviceState; member in struct:smb_com_open_rsp 958 __le16 DeviceState; member in struct:smb_com_open_rsp_ext
|
Completed in 270 milliseconds