Searched refs:X_AXIS_MAX (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/input/touchscreen/
H A Dhtcpen.c40 #define X_AXIS_MAX 2040 macro
77 x = X_AXIS_MAX - ((x * 8) + ((xy >> 4) & 0xf));
80 x = X_AXIS_MAX - x;
84 if (x != X_AXIS_MAX && x != 0) {
146 input_set_abs_params(htcpen_dev, ABS_X, 0, X_AXIS_MAX, 0, 0);
H A Dpcap_ts.c37 #define X_AXIS_MAX 1023 macro
38 #define Y_AXIS_MAX X_AXIS_MAX
40 #define PRESSURE_MAX X_AXIS_MAX
58 if (pcap_ts->x <= X_AXIS_MIN || pcap_ts->x >= X_AXIS_MAX ||
178 input_set_abs_params(input_dev, ABS_X, X_AXIS_MIN, X_AXIS_MAX, 0, 0);

Completed in 107 milliseconds