Home
last modified time | relevance | path

Searched refs:azimuth (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-multitouch.c1057 int azimuth; in mt_process_slot() local
1070 azimuth = *slot->a; in mt_process_slot()
1073 if (azimuth > max_azimuth * 2) in mt_process_slot()
1074 azimuth -= max_azimuth * 4; in mt_process_slot()
1075 orientation = -azimuth; in mt_process_slot()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-multitouch.c1090 int azimuth; in mt_process_slot() local
1107 azimuth = *slot->a; in mt_process_slot()
1110 if (azimuth > max_azimuth * 2) in mt_process_slot()
1111 azimuth -= max_azimuth * 4; in mt_process_slot()
1112 orientation = -azimuth; in mt_process_slot()
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py146 self.azimuth = 0
165 "azimuth",
187 self.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

Completed in 15 milliseconds