Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
Dcyttsp_core.c258 reinit_completion(&ts->bl_ready); in cyttsp_soft_reset()
269 if (!wait_for_completion_timeout(&ts->bl_ready, in cyttsp_soft_reset()
372 complete(&ts->bl_ready); in cyttsp_irq()
683 init_completion(&ts->bl_ready); in cyttsp_probe()
Dcyttsp_core.h121 struct completion bl_ready; member