Lines Matching refs:touch
1255 bool touch = (data[offset] & 0x1) && !wacom->shared->stylus_in_proximity; in wacom_24hdt_irq() local
1261 input_mt_report_slot_state(input, MT_TOOL_FINGER, touch); in wacom_24hdt_irq()
1263 if (touch) { in wacom_24hdt_irq()
1319 bool touch = (data[offset] & 0x1) && !wacom->shared->stylus_in_proximity; in wacom_mt_touch() local
1327 input_mt_report_slot_state(input, MT_TOOL_FINGER, touch); in wacom_mt_touch()
1328 if (touch) { in wacom_mt_touch()
1353 bool touch = p && !wacom->shared->stylus_in_proximity; in wacom_tpc_mt_touch() local
1356 input_mt_report_slot_state(input, MT_TOOL_FINGER, touch); in wacom_tpc_mt_touch()
1357 if (touch) { in wacom_tpc_mt_touch()
1894 bool touch = data[offset + 3] & 0x80; in wacom_bpt_touch() local
1902 touch = touch && !wacom->shared->stylus_in_proximity; in wacom_bpt_touch()
1905 input_mt_report_slot_state(input, MT_TOOL_FINGER, touch); in wacom_bpt_touch()
1906 if (touch) { in wacom_bpt_touch()
1933 bool touch = data[1] & 0x80; in wacom_bpt3_touch_msg() local
1939 touch = touch && !wacom->shared->stylus_in_proximity; in wacom_bpt3_touch_msg()
1942 input_mt_report_slot_state(input, MT_TOOL_FINGER, touch); in wacom_bpt3_touch_msg()
1944 if (touch) { in wacom_bpt3_touch_msg()