Lines Matching refs:x_max
385 box_middle_x = (priv->x_max * (start_bit + end_bit)) / in alps_process_bitmap_dolphin()
471 (priv->x_max * (2 * x_low.start_bit + x_low.num_bits - 1)) / in alps_process_bitmap()
478 (priv->x_max * (2 * x_high.start_bit + x_high.num_bits - 1)) / in alps_process_bitmap()
2223 priv->x_res = priv->x_max * 10 / x_phys; /* units / mm */ in alps_get_v3_v7_resolution()
2404 priv->x_max = (num_x_electrode - 1) * SS4_COUNT_PER_ELECTRODE; in alps_update_device_area_ss4_v2()
2413 priv->x_res = priv->x_max * 10 / x_phys; /* units / mm */ in alps_update_device_area_ss4_v2()
2487 priv->x_max = (num_x_electrode - 1) * DOLPHIN_COUNT_PER_ELECTRODE; in alps_dolphin_get_device_area()
2584 priv->x_max = 2000; in alps_set_protocol()
2595 priv->x_max = 1023; in alps_set_protocol()
2654 priv->x_max = 2047; in alps_set_protocol()
2665 priv->x_max = 0xfff; in alps_set_protocol()
2802 input_set_abs_params(dev1, ABS_X, 0, priv->x_max, 0, 0); in alps_set_abs_params_st()
2810 input_set_abs_params(dev1, ABS_MT_POSITION_X, 0, priv->x_max, 0, 0); in alps_set_abs_params_mt_common()