Lines Matching full:axis
33 unsigned long axis, in touchscreen_set_params() argument
38 if (!test_bit(axis, dev->absbit)) { in touchscreen_set_params()
40 "DT specifies parameters but the axis %lu is not set up\n", in touchscreen_set_params()
41 axis); in touchscreen_set_params()
45 absinfo = &dev->absinfo[axis]; in touchscreen_set_params()
57 * axis swap and invert info for use with touchscreen_report_x_y();
69 unsigned int axis, axis_x, axis_y; in touchscreen_parse_properties() local
106 axis = multitouch ? ABS_MT_PRESSURE : ABS_PRESSURE; in touchscreen_parse_properties()
109 input_abs_get_max(input, axis), in touchscreen_parse_properties()
113 input_abs_get_fuzz(input, axis), in touchscreen_parse_properties()
116 touchscreen_set_params(input, axis, 0, maximum, fuzz); in touchscreen_parse_properties()
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.