Lines Matching refs:axis
34 unsigned long axis,
39 if (!test_bit(axis, dev->absbit)) {
41 "Parameters are specified but the axis %lu is not set up\n",
42 axis);
46 absinfo = &dev->absinfo[axis];
58 * axis swap and invert info for use with touchscreen_report_x_y();
70 unsigned int axis, axis_x, axis_y;
107 axis = multitouch ? ABS_MT_PRESSURE : ABS_PRESSURE;
110 input_abs_get_max(input, axis),
114 input_abs_get_fuzz(input, axis),
117 touchscreen_set_params(input, axis, 0, maximum, fuzz);
169 * Adjust the passed in x and y values applying any axis inversion and
191 * Adjust the passed in x and y values applying any axis inversion and
193 * report the resulting coordinates on the input_dev's x and y axis.