Home
last modified time | relevance | path

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

/drivers/block/
DDAC960.c786 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()
[all …]
DDAC960.h2230 struct completion *Completion; member