Lines Matching refs:x_max
1116 x_max = info->x_max, y_max = info->y_max, in elantech_set_input_params() local
1142 input_set_abs_params(dev, ABS_X, x_min, x_max, 0, 0); in elantech_set_input_params()
1153 input_set_abs_params(dev, ABS_X, x_min, x_max, 0, 0); in elantech_set_input_params()
1162 input_set_abs_params(dev, ABS_MT_POSITION_X, x_min, x_max, 0, 0); in elantech_set_input_params()
1170 input_set_abs_params(dev, ABS_X, x_min, x_max, 0, 0); in elantech_set_input_params()
1182 input_set_abs_params(dev, ABS_MT_POSITION_X, x_min, x_max, 0, 0); in elantech_set_input_params()
1674 info->x_max = ETP_XMAX_V1; in elantech_query_info()
1684 info->x_max = ETP_XMAX_V2; in elantech_query_info()
1702 info->x_max = (info->capabilities[1] - i) * param[1] / 2; in elantech_query_info()
1705 info->x_max = 819; in elantech_query_info()
1708 info->x_max = 900; in elantech_query_info()
1711 info->x_max = (info->capabilities[1] - i) * 64; in elantech_query_info()
1721 info->x_max = (0x0f & param[0]) << 8 | param[1]; in elantech_query_info()
1729 info->x_max = (0x0f & param[0]) << 8 | param[1]; in elantech_query_info()
1732 if ((traces < 2) || (traces > info->x_max)) in elantech_query_info()
1735 info->width = info->x_max / (traces - 1); in elantech_query_info()
1796 info->x_max + 1); in elantech_create_smbus()
1805 (info->x_max + 1) / info->x_res); in elantech_create_smbus()