Searched refs:CommandWaitQueue (Results 1 – 2 of 2) sorted by relevance
528 __wait_event(Controller->CommandWaitQueue, Controller->FreeCommands); in DAC960_WaitForCommand()2779 init_waitqueue_head(&Controller->CommandWaitQueue); in DAC960_DetectController()4334 wake_up(&Controller->CommandWaitQueue); in DAC960_V1_ProcessCompletedCommand()5257 wake_up(&Controller->CommandWaitQueue); in DAC960_V2_ProcessCompletedCommand()6726 __wait_event(Controller->CommandWaitQueue, in DAC960_gam_v1_execute_command()
2325 wait_queue_head_t CommandWaitQueue; member