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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dhdaps.c75 static int rest_x; variable
325 __hdaps_read_pair(HDAPS_PORT_XPOS, HDAPS_PORT_YPOS, &rest_x, &rest_y);
338 input_report_abs(input_dev, ABS_X, x - rest_x);
416 return sprintf(buf, "(%d,%d)\n", rest_x, rest_y);
H A Dapplesmc.c203 static s16 rest_x; variable
544 applesmc_read_motion_sensor(SENSOR_X, &rest_x);
546 rest_x = -rest_x;
562 input_report_abs(idev, ABS_X, x - rest_x);
829 return snprintf(sysfsbuf, PAGE_SIZE, "(%d,%d)\n", rest_x, rest_y);

Completed in 73 milliseconds