Home
last modified time | relevance | path

Searched refs:azimuth (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py456 self.azimuth = 0
555 pen.azimuth = 0
934 pen.azimuth = 0
1035 pen.azimuth = 0
1172 pen.azimuth = 0
H A Dtest_multitouch.py66 self.azimuth = 0
968 t0.azimuth = 270
/linux/drivers/hid/
H A Dhid-multitouch.c1103 int azimuth; in mt_process_slot() local
1120 azimuth = *slot->a; in mt_process_slot()
1123 if (azimuth > max_azimuth * 2) in mt_process_slot()
1124 azimuth -= max_azimuth * 4; in mt_process_slot()
1125 orientation = -azimuth; in mt_process_slot()