rest_y            139 drivers/hwmon/applesmc.c static s16 rest_y;
rest_y            680 drivers/hwmon/applesmc.c 	applesmc_read_s16(MOTION_SENSOR_Y_KEY, &rest_y);
rest_y            696 drivers/hwmon/applesmc.c 	input_report_abs(idev, ABS_Y, y - rest_y);
rest_y            912 drivers/hwmon/applesmc.c 	return snprintf(sysfsbuf, PAGE_SIZE, "(%d,%d)\n", rest_x, rest_y);
rest_y             66 drivers/platform/x86/hdaps.c static int rest_y;
rest_y            318 drivers/platform/x86/hdaps.c 	__hdaps_read_pair(HDAPS_PORT_XPOS, HDAPS_PORT_YPOS, &rest_x, &rest_y);
rest_y            332 drivers/platform/x86/hdaps.c 	input_report_abs(input_dev, ABS_Y, y - rest_y);
rest_y            409 drivers/platform/x86/hdaps.c 	return sprintf(buf, "(%d,%d)\n", rest_x, rest_y);