Lines Matching refs:Completion
786 DECLARE_COMPLETION_ONSTACK(Completion); in DAC960_ExecuteCommand()
788 Command->Completion = &Completion; in DAC960_ExecuteCommand()
796 wait_for_completion(&Completion); in DAC960_ExecuteCommand()
2016 struct completion *Completion = &Completions[Channel]; in DAC960_V1_ReadDeviceConfiguration() local
2018 init_completion(Completion); in DAC960_V1_ReadDeviceConfiguration()
2021 Command->Completion = Completion; in DAC960_V1_ReadDeviceConfiguration()
2065 struct completion *Completion = &Completions[Channel]; in DAC960_V1_ReadDeviceConfiguration() local
2067 wait_for_completion(Completion); in DAC960_V1_ReadDeviceConfiguration()
2077 Command->Completion = Completion; in DAC960_V1_ReadDeviceConfiguration()
2091 wait_for_completion(Completion); in DAC960_V1_ReadDeviceConfiguration()
3348 Command->Completion = Request->end_io_data; in DAC960_process_queue()
3473 if (Command->Completion) { in DAC960_ProcessCompletedRequest()
3474 complete(Command->Completion); in DAC960_ProcessCompletedRequest()
3475 Command->Completion = NULL; in DAC960_ProcessCompletedRequest()
4299 complete(Command->Completion); in DAC960_V1_ProcessCompletedCommand()
4300 Command->Completion = NULL; in DAC960_V1_ProcessCompletedCommand()
5222 complete(Command->Completion); in DAC960_V2_ProcessCompletedCommand()
5223 Command->Completion = NULL; in DAC960_V2_ProcessCompletedCommand()