Searched refs:x_end_stage (Results 1 – 2 of 2) sorted by relevance
582 hw->x_end_stage - hw->x_start_stage + 1); in touchpad_cal_sensor_val()584 for (i = hw->x_start_stage; i <= hw->x_end_stage; i++) { in touchpad_cal_sensor_val()601 hw->x_start_stage, hw->x_end_stage); in touchpad_cal_highest_stage()628 for (i = sw->x_highest_stage; i < hw->x_end_stage; i++) { in touchpad_check_second_peak()661 hw->x_end_stage, sw->x_highest_stage, hw->x_max_coord); in touchpad_cal_abs_pos()724 percent_sensor_diff = (ad714x->sensor_val[hw->x_end_stage] - in touchpad_check_endpoint()725 ad714x->sensor_val[hw->x_end_stage - 1]) * 100 / in touchpad_check_endpoint()726 ad714x->sensor_val[hw->x_end_stage - 1]; in touchpad_check_endpoint()731 ad714x->sensor_val[hw->x_end_stage - 1]; in touchpad_check_endpoint()735 (ad714x->sensor_val[hw->x_end_stage - 1] > in touchpad_check_endpoint()[all …]
35 int x_end_stage; member