Home
last modified time | relevance | path

Searched refs:tipswitch (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py456 self.tipswitch = False
556 pen.tipswitch = False
571 pen.tipswitch = False
578 pen.tipswitch = True
585 pen.tipswitch = False
593 pen.tipswitch = True
601 pen.tipswitch = False
608 pen.tipswitch = False
908 if pen.tipswitch and self.prev_tip_state:
911 self.prev_tip_state = pen.tipswitch
[all...]
H A Dtest_multitouch.py64 self.tipswitch = True
606 t0.tipswitch = False
665 t0.tipswitch = False
676 t1.tipswitch = False
723 t0.tipswitch = False
724 t1.tipswitch = False
725 t2.tipswitch = False
769 t.tipswitch = False
871 t0.tipswitch = False
885 t0.tipswitch = True
[all …]
H A Dtest_sony.py154 t0.tipswitch = False
202 t0.tipswitch = False
211 t1.tipswitch = False
H A Dtest_wacom_generic.py225 report.tipswitch = pressure > 0
950 t0.tipswitch = False
1026 item[0].tipswitch = item[1][1]
/linux/drivers/hid/
H A Dhid-ntrig.c56 bool tipswitch; member
594 nd->tipswitch = value; in ntrig_event()
627 nd->tipswitch); in ntrig_event()
629 nd->tipswitch); in ntrig_event()
H A Dwacom_wac.c2432 wacom_wac->hid_data.tipswitch |= value; in wacom_wac_pen_event()
2610 wacom_wac->hid_data.tipswitch); in wacom_wac_pen_report()
2624 wacom_wac->hid_data.tipswitch = false; in wacom_wac_pen_report()
2705 bool touch_down = hid_data->tipswitch && hid_data->confidence; in wacom_wac_finger_slot()
2790 wacom_wac->hid_data.tipswitch = value; in wacom_wac_finger_event()