Searched refs:rest_x (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/platform/x86/ |
D | hdaps.c | 77 static int rest_x; variable 330 __hdaps_read_pair(HDAPS_PORT_XPOS, HDAPS_PORT_YPOS, &rest_x, &rest_y); in hdaps_calibrate() 343 input_report_abs(input_dev, ABS_X, x - rest_x); in hdaps_mousedev_poll() 421 return sprintf(buf, "(%d,%d)\n", rest_x, rest_y); in hdaps_calibrate_show()
|
/linux-4.4.14/drivers/hwmon/ |
D | applesmc.c | 150 static s16 rest_x; variable 689 applesmc_read_s16(MOTION_SENSOR_X_KEY, &rest_x); in applesmc_calibrate() 691 rest_x = -rest_x; in applesmc_calibrate() 705 input_report_abs(idev, ABS_X, x - rest_x); in applesmc_idev_poll() 920 return snprintf(sysfsbuf, PAGE_SIZE, "(%d,%d)\n", rest_x, rest_y); in applesmc_calibrate_show()
|