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

/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py574 self.tipswitch = False
661 pen.tipswitch = False
675 pen.tipswitch = False
682 pen.tipswitch = True
689 pen.tipswitch = False
696 pen.tipswitch = True
703 pen.tipswitch = False
710 pen.tipswitch = True
717 pen.tipswitch = False
724 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
855 tipswitch.
857 when inrange is set but not tipswitch
[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
1009 Assert proper behavior of contacts that move and change tipswitch /
1014 by the state of the tipswitch and confidence bits.
1022 item[0].tipswitch = item[1][1]
1037 first clearing the tipswitch.
1054 # First finger looses confidence and clears only the tipswitch flag
1072 cleraing both tipswitch and confidence bits simultaneously.
/linux-master/drivers/hid/
H A Dhid-ntrig.c56 bool tipswitch; member in struct:ntrig_data
594 nd->tipswitch = value;
627 nd->tipswitch);
629 nd->tipswitch);
H A Dwacom_wac.h304 bool tipswitch; member in struct:hid_data
H A Dwacom_wac.c2405 wacom_wac->hid_data.tipswitch |= value;
2575 wacom_wac->hid_data.tipswitch);
2589 wacom_wac->hid_data.tipswitch = false;
2669 bool touch_down = hid_data->tipswitch && hid_data->confidence;
2754 wacom_wac->hid_data.tipswitch = value;

Completed in 171 milliseconds