Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A 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()
/openbmc/linux/drivers/hwmon/
H A 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 sysfs_emit(sysfsbuf, "(%d,%d)\n", rest_x, rest_y); in applesmc_calibrate_show()