Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/touchscreen/
Ducb1400_ts.c209 wait_event_timeout(ucb->ts_wait, ucb->stopped, in ucb1400_irq()
229 wake_up(&ucb->ts_wait); in ucb1400_ts_stop()
339 init_waitqueue_head(&ucb->ts_wait); in ucb1400_ts_probe()
/kernel/linux/linux-5.10/include/linux/
Ducb1400.h96 wait_queue_head_t ts_wait; member