Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Ducb1400_ts.c212 wait_event_timeout(ucb->ts_wait, ucb->stopped, in ucb1400_irq()
232 wake_up(&ucb->ts_wait); in ucb1400_ts_stop()
342 init_waitqueue_head(&ucb->ts_wait); in ucb1400_ts_probe()
/linux-4.1.27/include/linux/
Ducb1400.h99 wait_queue_head_t ts_wait; member