Lines Matching refs:Completion
785 DECLARE_COMPLETION_ONSTACK(Completion); in DAC960_ExecuteCommand()
787 Command->Completion = &Completion; in DAC960_ExecuteCommand()
795 wait_for_completion(&Completion); in DAC960_ExecuteCommand()
2014 struct completion *Completion = &Completions[Channel]; in DAC960_V1_ReadDeviceConfiguration() local
2016 init_completion(Completion); in DAC960_V1_ReadDeviceConfiguration()
2019 Command->Completion = Completion; in DAC960_V1_ReadDeviceConfiguration()
2063 struct completion *Completion = &Completions[Channel]; in DAC960_V1_ReadDeviceConfiguration() local
2065 wait_for_completion(Completion); in DAC960_V1_ReadDeviceConfiguration()
2075 Command->Completion = Completion; in DAC960_V1_ReadDeviceConfiguration()
2089 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()
5224 complete(Command->Completion); in DAC960_V2_ProcessCompletedCommand()
5225 Command->Completion = NULL; in DAC960_V2_ProcessCompletedCommand()