Searched refs:x_end_stage (Results 1 – 2 of 2) sorted by relevance
581 hw->x_end_stage - hw->x_start_stage + 1); in touchpad_cal_sensor_val()583 for (i = hw->x_start_stage; i <= hw->x_end_stage; i++) { in touchpad_cal_sensor_val()600 hw->x_start_stage, hw->x_end_stage); in touchpad_cal_highest_stage()627 for (i = sw->x_highest_stage; i < hw->x_end_stage; i++) { in touchpad_check_second_peak()660 hw->x_end_stage, sw->x_highest_stage, hw->x_max_coord); in touchpad_cal_abs_pos()723 percent_sensor_diff = (ad714x->sensor_val[hw->x_end_stage] - in touchpad_check_endpoint()724 ad714x->sensor_val[hw->x_end_stage - 1]) * 100 / in touchpad_check_endpoint()725 ad714x->sensor_val[hw->x_end_stage - 1]; in touchpad_check_endpoint()730 ad714x->sensor_val[hw->x_end_stage - 1]; in touchpad_check_endpoint()734 (ad714x->sensor_val[hw->x_end_stage - 1] > in touchpad_check_endpoint()[all …]
35 int x_end_stage; member