Lines Matching full:axis
34 unsigned long axis, in touchscreen_set_params() argument
39 if (!test_bit(axis, dev->absbit)) { in touchscreen_set_params()
41 "Parameters are specified but the axis %lu is not set up\n", in touchscreen_set_params()
42 axis); in touchscreen_set_params()
46 absinfo = &dev->absinfo[axis]; in touchscreen_set_params()
58 * axis swap and invert info for use with touchscreen_report_x_y();
70 unsigned int axis, axis_x, axis_y; in touchscreen_parse_properties() local
107 axis = multitouch ? ABS_MT_PRESSURE : ABS_PRESSURE; in touchscreen_parse_properties()
110 input_abs_get_max(input, axis), in touchscreen_parse_properties()
114 input_abs_get_fuzz(input, axis), in touchscreen_parse_properties()
117 touchscreen_set_params(input, axis, 0, maximum, fuzz); in touchscreen_parse_properties()
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.