rest_x 138 drivers/hwmon/applesmc.c static s16 rest_x; rest_x 679 drivers/hwmon/applesmc.c applesmc_read_s16(MOTION_SENSOR_X_KEY, &rest_x); rest_x 681 drivers/hwmon/applesmc.c rest_x = -rest_x; rest_x 695 drivers/hwmon/applesmc.c input_report_abs(idev, ABS_X, x - rest_x); rest_x 912 drivers/hwmon/applesmc.c return snprintf(sysfsbuf, PAGE_SIZE, "(%d,%d)\n", rest_x, rest_y); rest_x 65 drivers/platform/x86/hdaps.c static int rest_x; rest_x 318 drivers/platform/x86/hdaps.c __hdaps_read_pair(HDAPS_PORT_XPOS, HDAPS_PORT_YPOS, &rest_x, &rest_y); rest_x 331 drivers/platform/x86/hdaps.c input_report_abs(input_dev, ABS_X, x - rest_x); rest_x 409 drivers/platform/x86/hdaps.c return sprintf(buf, "(%d,%d)\n", rest_x, rest_y);