Lines Matching refs:touch
34 bool (*continue_polling)(const u8 *data, bool touch);
99 static bool ili210x_check_continue_polling(const u8 *data, bool touch)
160 static bool ili211x_decline_polling(const u8 *data, bool touch)
191 static bool ili212x_check_continue_polling(const u8 *data, bool touch)
193 return touch;
259 static bool ili251x_check_continue_polling(const u8 *data, bool touch)
261 return touch;
278 bool contact = false, touch;
282 touch = priv->chip->parse_touch_data(touchdata, i, &x, &y, &z);
285 if (input_mt_report_slot_state(input, MT_TOOL_FINGER, touch)) {
306 bool touch;
313 "Unable to get touch data: %d\n", error);
317 touch = ili210x_report_events(priv, touchdata);
318 keep_polling = chip->continue_polling(touchdata, touch);
446 /* Multi touch */