Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/platform/x86/
Dhdaps.c66 static int rest_y; variable
318 __hdaps_read_pair(HDAPS_PORT_XPOS, HDAPS_PORT_YPOS, &rest_x, &rest_y); in hdaps_calibrate()
331 input_report_abs(input_dev, ABS_Y, y - rest_y); in hdaps_mousedev_poll()
408 return sprintf(buf, "(%d,%d)\n", rest_x, rest_y); in hdaps_calibrate_show()
/kernel/linux/linux-5.10/drivers/hwmon/
Dapplesmc.c143 static s16 rest_y; variable
720 applesmc_read_s16(MOTION_SENSOR_Y_KEY, &rest_y); in applesmc_calibrate()
735 input_report_abs(idev, ABS_Y, y - rest_y); in applesmc_idev_poll()
953 return snprintf(sysfsbuf, PAGE_SIZE, "(%d,%d)\n", rest_x, rest_y); in applesmc_calibrate_show()