Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py454 self.tipswitch = False
553 pen.tipswitch = False
567 pen.tipswitch = False
574 pen.tipswitch = True
581 pen.tipswitch = False
589 pen.tipswitch = True
597 pen.tipswitch = False
604 pen.tipswitch = False
881 if pen.tipswitch and self.prev_tip_state:
884 self.prev_tip_state = pen.tipswitch
[all …]
H A 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 …]
H A Dtest_sony.py153 t0.tipswitch = False
201 t0.tipswitch = False
210 t1.tipswitch = False
H A Dtest_wacom_generic.py225 report.tipswitch = pressure > 0
950 t0.tipswitch = False
1022 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.h304 bool tipswitch; member
H A Dwacom_wac.c2429 wacom_wac->hid_data.tipswitch |= value; in wacom_wac_pen_event()
2605 wacom_wac->hid_data.tipswitch); in wacom_wac_pen_report()
2619 wacom_wac->hid_data.tipswitch = false; in wacom_wac_pen_report()
2699 bool touch_down = hid_data->tipswitch && hid_data->confidence; in wacom_wac_finger_slot()
2784 wacom_wac->hid_data.tipswitch = value; in wacom_wac_finger_event()