Lines Matching refs:touch
1122 bool touch = (data[offset] & 0x1) && !wacom->shared->stylus_in_proximity; in wacom_24hdt_irq() local
1128 input_mt_report_slot_state(input, MT_TOOL_FINGER, touch); in wacom_24hdt_irq()
1130 if (touch) { in wacom_24hdt_irq()
1186 bool touch = (data[offset] & 0x1) && !wacom->shared->stylus_in_proximity; in wacom_mt_touch() local
1194 input_mt_report_slot_state(input, MT_TOOL_FINGER, touch); in wacom_mt_touch()
1195 if (touch) { in wacom_mt_touch()
1220 bool touch = p && !wacom->shared->stylus_in_proximity; in wacom_tpc_mt_touch() local
1223 input_mt_report_slot_state(input, MT_TOOL_FINGER, touch); in wacom_tpc_mt_touch()
1224 if (touch) { in wacom_tpc_mt_touch()
1643 bool touch = data[offset + 3] & 0x80; in wacom_bpt_touch() local
1651 touch = touch && !wacom->shared->stylus_in_proximity; in wacom_bpt_touch()
1654 input_mt_report_slot_state(input, MT_TOOL_FINGER, touch); in wacom_bpt_touch()
1655 if (touch) { in wacom_bpt_touch()
1682 bool touch = data[1] & 0x80; in wacom_bpt3_touch_msg() local
1688 touch = touch && !wacom->shared->stylus_in_proximity; in wacom_bpt3_touch_msg()
1691 input_mt_report_slot_state(input, MT_TOOL_FINGER, touch); in wacom_bpt3_touch_msg()
1693 if (touch) { in wacom_bpt3_touch_msg()