Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Dbu21013_ts.c159 bool touch_stopped; member
271 wait_event_timeout(data->wait, data->touch_stopped, in bu21013_gpio_irq()
273 } while (!data->intr_pin && !data->touch_stopped); in bu21013_gpio_irq()
423 bu21013_data->touch_stopped = true; in bu21013_free_irq()
550 bu21013_data->touch_stopped = false; in bu21013_probe()
658 bu21013_data->touch_stopped = true; in bu21013_suspend()
694 bu21013_data->touch_stopped = false; in bu21013_resume()
/linux-4.1.27/drivers/staging/ste_rmi4/
Dsynaptics_i2c_rmi4.c187 bool touch_stopped; member
493 wait_event_timeout(pdata->wait, pdata->touch_stopped, in synaptics_rmi4_irq()
497 } while (!pdata->touch_stopped); in synaptics_rmi4_irq()
942 rmi4_data->touch_stopped = false; in synaptics_rmi4_probe()
1031 rmi4_data->touch_stopped = true; in synaptics_rmi4_remove()
1057 rmi4_data->touch_stopped = true; in synaptics_rmi4_suspend()
1097 rmi4_data->touch_stopped = false; in synaptics_rmi4_resume()