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.py458 self.azimuth = 0
479 "azimuth",
558 pen.azimuth = 0
961 pen.azimuth = 0
1062 pen.azimuth = 0
1199 pen.azimuth = 0
H A Dtest_multitouch.py67 self.azimuth = 0
972 t0.azimuth = 270
/linux/drivers/hid/
H A Dhid-multitouch.c1184 int azimuth; in mt_process_slot() local
1201 azimuth = *slot->a; in mt_process_slot()
1204 if (azimuth > max_azimuth * 2) in mt_process_slot()
1205 azimuth -= max_azimuth * 4; in mt_process_slot()
1206 orientation = -azimuth; in mt_process_slot()