Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/hid/tests/
Dtest_tablet.py144 self.tipswitch = False
185 self.tipswitch = False
197 self.tipswitch = False
202 self.tipswitch = True
207 self.tipswitch = False
212 self.tipswitch = False
643 p.tipswitch = True
655 p.tipswitch = False
676 if pen.tipswitch and self.prev_tip_state:
679 self.prev_tip_state = pen.tipswitch
Dtest_multitouch.py63 self.tipswitch = True
602 t0.tipswitch = False
661 t0.tipswitch = False
672 t1.tipswitch = False
719 t0.tipswitch = False
720 t1.tipswitch = False
721 t2.tipswitch = False
765 t.tipswitch = False
867 t0.tipswitch = False
881 t0.tipswitch = True
[all …]
Dtest_sony.py153 t0.tipswitch = False
201 t0.tipswitch = False
210 t1.tipswitch = False
Dtest_wacom_generic.py224 report.tipswitch = pressure > 0
896 t0.tipswitch = False
/Linux-v6.6/drivers/hid/
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()
Dwacom_wac.h303 bool tipswitch; member
Dwacom_wac.c2405 wacom_wac->hid_data.tipswitch |= value; in wacom_wac_pen_event()
2574 wacom_wac->hid_data.tipswitch); in wacom_wac_pen_report()
2581 wacom_wac->hid_data.tipswitch = false; in wacom_wac_pen_report()
2652 bool prox = hid_data->tipswitch && in wacom_wac_finger_slot()
2755 wacom_wac->hid_data.tipswitch = value; in wacom_wac_finger_event()
2773 wacom_wac->hid_data.id) && !wacom_wac->hid_data.tipswitch; in wacom_wac_finger_event()