Home
last modified time | relevance | path

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

/linux/drivers/media/rc/
H A Dir_toy.c65 struct completion command_done; member
102 complete(&irtoy->command_done); in irtoy_response()
120 complete(&irtoy->command_done); in irtoy_response()
163 complete(&irtoy->command_done); in irtoy_response()
189 complete(&irtoy->command_done); in irtoy_response()
206 complete(&irtoy->command_done); in irtoy_out_callback()
242 init_completion(&irtoy->command_done); in irtoy_command()
253 if (!wait_for_completion_timeout(&irtoy->command_done, in irtoy_command()
/linux/drivers/input/touchscreen/
H A Dzforce_ts.c123 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()
780 init_completion(&ts->command_done); in zforce_probe()
802 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
H A Dpxafb.c1175 if (wait_for_completion_timeout(&fbi->command_done, HZ/2) == 0) { in pxafb_smart_flush()
1290 init_completion(&fbi->command_done); in pxafb_smart_init()
1503 complete(&fbi->command_done); in pxafb_handle_irq()