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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/hwmon/
H A Dhdaps.c73 static int rest_x; variable
323 __hdaps_read_pair(HDAPS_PORT_XPOS, HDAPS_PORT_YPOS, &rest_x, &rest_y);
339 input_report_abs(hdaps_idev, ABS_X, x - rest_x);
419 return sprintf(buf, "(%d,%d)\n", rest_x, rest_y);
H A Dapplesmc.c122 static s16 rest_x; variable
449 applesmc_read_motion_sensor(SENSOR_X, &rest_x);
451 rest_x = -rest_x;
482 input_report_abs(applesmc_idev, ABS_X, x - rest_x);
725 return snprintf(sysfsbuf, PAGE_SIZE, "(%d,%d)\n", rest_x, rest_y);

Completed in 45 milliseconds