Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/hid/tests/
H A 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
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
867 t0.tipswitch = False
881 t0.tipswitch = True
888 t0.tipswitch = False
[all …]
H A Dtest_sony.py153 t0.tipswitch = False
201 t0.tipswitch = False
210 t1.tipswitch = False
H A Dtest_wacom_generic.py224 report.tipswitch = pressure > 0
896 t0.tipswitch = False
/openbmc/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.h303 bool tipswitch; member
H A 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()
2588 wacom_wac->hid_data.tipswitch = false; in wacom_wac_pen_report()
2659 bool touch_down = hid_data->tipswitch && hid_data->confidence; in wacom_wac_finger_slot()
2744 wacom_wac->hid_data.tipswitch = value; in wacom_wac_finger_event()