Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
Dbu21013_ts.c151 bool touch_stopped; member
267 wait_event_timeout(data->wait, data->touch_stopped, in bu21013_gpio_irq()
269 } while (!data->intr_pin && !data->touch_stopped); in bu21013_gpio_irq()
419 bu21013_data->touch_stopped = true; in bu21013_free_irq()
477 bu21013_data->touch_stopped = false; in bu21013_probe()
584 bu21013_data->touch_stopped = true; in bu21013_suspend()
620 bu21013_data->touch_stopped = false; in bu21013_resume()
/drivers/staging/ste_rmi4/
Dsynaptics_i2c_rmi4.c186 bool touch_stopped; member
504 wait_event_timeout(pdata->wait, pdata->touch_stopped, in synaptics_rmi4_irq()
508 } while (!pdata->touch_stopped); in synaptics_rmi4_irq()
952 rmi4_data->touch_stopped = false; in synaptics_rmi4_probe()
1040 rmi4_data->touch_stopped = true; in synaptics_rmi4_remove()
1067 rmi4_data->touch_stopped = true; in synaptics_rmi4_suspend()
1104 rmi4_data->touch_stopped = false; in synaptics_rmi4_resume()