Home
last modified time | relevance | path

Searched refs:command_done (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/input/touchscreen/
H A Dzforce_ts.c99 * @command_done completion to wait for the command result
123 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()
/linux/drivers/video/fbdev/
H A Dpxafb.h154 struct completion command_done; member
/linux/drivers/block/
H A Dfloppy.c510 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()