Searched refs:rest_x (Results 1 - 2 of 2) sorted by relevance

/drivers/platform/x86/
H A Dhdaps.c77 static int rest_x; variable
331 __hdaps_read_pair(HDAPS_PORT_XPOS, HDAPS_PORT_YPOS, &rest_x, &rest_y);
344 input_report_abs(input_dev, ABS_X, x - rest_x);
422 return sprintf(buf, "(%d,%d)\n", rest_x, rest_y);
/drivers/hwmon/
H A Dapplesmc.c150 static s16 rest_x; variable
690 applesmc_read_s16(MOTION_SENSOR_X_KEY, &rest_x);
692 rest_x = -rest_x;
706 input_report_abs(idev, ABS_X, x - rest_x);
921 return snprintf(sysfsbuf, PAGE_SIZE, "(%d,%d)\n", rest_x, rest_y);

Completed in 70 milliseconds