Searched refs:command_done (Results 1 – 3 of 3) sorted by relevance
99 * @command_done completion to wait for the command result123 struct completion command_done; member 167 if (wait_for_completion_timeout(&ts->command_done, WAIT_TIMEOUT) == 0) in zforce_send_wait() 422 complete(&ts->command_done); in zforce_complete() 781 init_completion(&ts->command_done); in zforce_probe() 803 if (wait_for_completion_timeout(&ts->command_done, WAIT_TIMEOUT) == 0) in zforce_probe()
154 struct completion command_done; member
510 static DECLARE_WAIT_QUEUE_HEAD(command_done);1997 wake_up(&command_done); in do_wakeup() 2024 wait_event_interruptible(command_done, command_status >= 2); in wait_til_done() 2026 wait_event(command_done, command_status >= 2); in wait_til_done()