Lines Matching refs:x_max
1171 x_max = info->x_max, y_max = info->y_max, in elantech_set_input_params() local
1197 input_set_abs_params(dev, ABS_X, x_min, x_max, 0, 0); in elantech_set_input_params()
1208 input_set_abs_params(dev, ABS_X, x_min, x_max, 0, 0); in elantech_set_input_params()
1217 input_set_abs_params(dev, ABS_MT_POSITION_X, x_min, x_max, 0, 0); in elantech_set_input_params()
1225 input_set_abs_params(dev, ABS_X, x_min, x_max, 0, 0); in elantech_set_input_params()
1237 input_set_abs_params(dev, ABS_MT_POSITION_X, x_min, x_max, 0, 0); in elantech_set_input_params()
1789 info->x_max = ETP_XMAX_V1; in elantech_query_info()
1799 info->x_max = ETP_XMAX_V2; in elantech_query_info()
1817 info->x_max = (info->capabilities[1] - i) * param[1] / 2; in elantech_query_info()
1820 info->x_max = 819; in elantech_query_info()
1823 info->x_max = 900; in elantech_query_info()
1826 info->x_max = (info->capabilities[1] - i) * 64; in elantech_query_info()
1836 info->x_max = (0x0f & param[0]) << 8 | param[1]; in elantech_query_info()
1844 info->x_max = (0x0f & param[0]) << 8 | param[1]; in elantech_query_info()
1847 if ((traces < 2) || (traces > info->x_max)) in elantech_query_info()
1850 info->width = info->x_max / (traces - 1); in elantech_query_info()
1909 info->x_max + 1); in elantech_create_smbus()
1918 (info->x_max + 1) / info->x_res); in elantech_create_smbus()