Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/input/mouse/
Dappletouch.c147 #define ATP_XSENSORS 26 macro
210 signed char xy_cur[ATP_XSENSORS + ATP_YSENSORS];
211 signed char xy_old[ATP_XSENSORS + ATP_YSENSORS];
212 int xy_acc[ATP_XSENSORS + ATP_YSENSORS];
223 for (__i = 0; __i < ATP_XSENSORS + ATP_YSENSORS; __i++) \
494 for (i = dev->info->xsensors; i < ATP_XSENSORS; i++) { in atp_detect_size()
546 dev->xy_cur[ATP_XSENSORS + i] = dev->data[j]; in atp_complete_geyser_1_2()
547 dev->xy_cur[ATP_XSENSORS + i + 1] = dev->data[j + 1]; in atp_complete_geyser_1_2()
559 dev->xy_cur[ATP_XSENSORS + i] = dev->data[5 * i + 1]; in atp_complete_geyser_1_2()
560 dev->xy_cur[ATP_XSENSORS + i + 8] = dev->data[5 * i + 3]; in atp_complete_geyser_1_2()
[all …]