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.py457 self.azimuth = 0
477 "azimuth",
556 pen.azimuth = 0
935 pen.azimuth = 0
1036 pen.azimuth = 0
1173 pen.azimuth = 0
H A Dtest_multitouch.py66 self.azimuth = 0
962 When azimuth is presented by the device, it should be exported
968 t0.azimuth = 270
/linux/drivers/hid/
H A Dhid-multitouch.c1131 int azimuth; in mt_process_slot() local
1148 azimuth = *slot->a; in mt_process_slot()
1151 if (azimuth > max_azimuth * 2) in mt_process_slot()
1152 azimuth -= max_azimuth * 4; in mt_process_slot()
1153 orientation = -azimuth; in mt_process_slot()