Searched refs:rest_x (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/platform/x86/ |
D | hdaps.c | 65 static int rest_x; variable 318 __hdaps_read_pair(HDAPS_PORT_XPOS, HDAPS_PORT_YPOS, &rest_x, &rest_y); in hdaps_calibrate() 330 input_report_abs(input_dev, ABS_X, x - rest_x); in hdaps_mousedev_poll() 408 return sprintf(buf, "(%d,%d)\n", rest_x, rest_y); in hdaps_calibrate_show()
|
/linux-5.19.10/drivers/hwmon/ |
D | applesmc.c | 142 static s16 rest_x; variable 719 applesmc_read_s16(MOTION_SENSOR_X_KEY, &rest_x); in applesmc_calibrate() 721 rest_x = -rest_x; in applesmc_calibrate() 734 input_report_abs(idev, ABS_X, x - rest_x); in applesmc_idev_poll() 953 return sysfs_emit(sysfsbuf, "(%d,%d)\n", rest_x, rest_y); in applesmc_calibrate_show()
|