Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/hid/tests/
Dtest_tablet.py456 self.azimuth = 0
555 pen.azimuth = 0
934 pen.azimuth = 0
1035 pen.azimuth = 0
1172 pen.azimuth = 0
Dtest_multitouch.py66 self.azimuth = 0
968 t0.azimuth = 270
/linux-6.12.1/drivers/hid/
Dhid-multitouch.c1095 int azimuth; in mt_process_slot() local
1112 azimuth = *slot->a; in mt_process_slot()
1115 if (azimuth > max_azimuth * 2) in mt_process_slot()
1116 azimuth -= max_azimuth * 4; in mt_process_slot()
1117 orientation = -azimuth; in mt_process_slot()