Searched refs:y_f (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | appletouch.c | 517 int x, y, x_z, y_z, x_f, y_f; in atp_complete_geyser_1_2() local 599 dev->info->yfact, &y_z, &y_f); in atp_complete_geyser_1_2() 602 fingers = max(x_f, y_f); in atp_complete_geyser_1_2() 657 int x, y, x_z, y_z, x_f, y_f; in atp_complete_geyser_3_4() local 718 dev->info->yfact, &y_z, &y_f); in atp_complete_geyser_3_4() 722 fingers = max(x_f, y_f); in atp_complete_geyser_3_4()
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | appletouch.c | 517 int x, y, x_z, y_z, x_f, y_f; in atp_complete_geyser_1_2() local 599 dev->info->yfact, &y_z, &y_f); in atp_complete_geyser_1_2() 602 fingers = max(x_f, y_f); in atp_complete_geyser_1_2() 657 int x, y, x_z, y_z, x_f, y_f; in atp_complete_geyser_3_4() local 718 dev->info->yfact, &y_z, &y_f); in atp_complete_geyser_3_4() 722 fingers = max(x_f, y_f); in atp_complete_geyser_3_4()
|
Completed in 3 milliseconds