Searched refs:x_highest_stage (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | ad714x.c | 87 int x_highest_stage; member 599 sw->x_highest_stage = ad714x_cal_highest_stage(ad714x, in touchpad_cal_highest_stage() 605 "touchpad %d x_highest_stage:%d, y_highest_stage:%d\n", in touchpad_cal_highest_stage() 606 idx, sw->x_highest_stage, sw->y_highest_stage); in touchpad_cal_highest_stage() 621 for (i = hw->x_start_stage; i < sw->x_highest_stage; i++) { in touchpad_check_second_peak() 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()
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | ad714x.c | 87 int x_highest_stage; member 599 sw->x_highest_stage = ad714x_cal_highest_stage(ad714x, in touchpad_cal_highest_stage() 605 "touchpad %d x_highest_stage:%d, y_highest_stage:%d\n", in touchpad_cal_highest_stage() 606 idx, sw->x_highest_stage, sw->y_highest_stage); in touchpad_cal_highest_stage() 621 for (i = hw->x_start_stage; i < sw->x_highest_stage; i++) { in touchpad_check_second_peak() 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()
|
Completed in 4 milliseconds