Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/platform/x86/
Dhdaps.c78 static int rest_y; variable
330 __hdaps_read_pair(HDAPS_PORT_XPOS, HDAPS_PORT_YPOS, &rest_x, &rest_y); in hdaps_calibrate()
344 input_report_abs(input_dev, ABS_Y, y - rest_y); 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/
Dapplesmc.c151 static s16 rest_y; variable
690 applesmc_read_s16(MOTION_SENSOR_Y_KEY, &rest_y); in applesmc_calibrate()
706 input_report_abs(idev, ABS_Y, y - rest_y); in applesmc_idev_poll()
920 return snprintf(sysfsbuf, PAGE_SIZE, "(%d,%d)\n", rest_x, rest_y); in applesmc_calibrate_show()