Home
last modified time | relevance | path

Searched refs:y_end_stage (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/input/misc/
H A Dad714x.c602 hw->y_start_stage, hw->y_end_stage); in touchpad_cal_highest_stage()
639 for (i = sw->y_highest_stage; i < hw->y_end_stage; i++) { in touchpad_check_second_peak()
662 hw->y_end_stage, sw->y_highest_stage, hw->y_max_coord); in touchpad_cal_abs_pos()
757 percent_sensor_diff = (ad714x->sensor_val[hw->y_end_stage] - in touchpad_check_endpoint()
758 ad714x->sensor_val[hw->y_end_stage - 1]) * 100 / in touchpad_check_endpoint()
759 ad714x->sensor_val[hw->y_end_stage - 1]; in touchpad_check_endpoint()
764 ad714x->sensor_val[hw->y_end_stage - 1]; in touchpad_check_endpoint()
768 (ad714x->sensor_val[hw->y_end_stage - 1] > in touchpad_check_endpoint()
788 ad714x_use_thr_int(ad714x, hw->y_start_stage, hw->y_end_stage); in touchpad_use_thr_int()
800 (((1 << (hw->y_end_stage + 1)) - 1) - in ad714x_touchpad_state_machine()
/linux/include/linux/input/
H A Dad714x.h39 int y_end_stage; member