Lines Matching refs:axis
33 unsigned long axis,
38 if (!test_bit(axis, dev->absbit)) {
40 "DT specifies parameters but the axis %lu is not set up\n",
41 axis);
45 absinfo = &dev->absinfo[axis];
57 * axis swap and invert info for use with touchscreen_report_x_y();
69 unsigned int axis, axis_x, axis_y;
106 axis = multitouch ? ABS_MT_PRESSURE : ABS_PRESSURE;
109 input_abs_get_max(input, axis),
113 input_abs_get_fuzz(input, axis),
116 touchscreen_set_params(input, axis, 0, maximum, fuzz);
168 * Adjust the passed in x and y values applying any axis inversion and
190 * Adjust the passed in x and y values applying any axis inversion and
192 * report the resulting coordinates on the input_dev's x and y axis.