Searched refs:x_f (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/input/mouse/ ! |
D | appletouch.c | 517 int x, y, x_z, y_z, x_f, y_f; in atp_complete_geyser_1_2() local 597 dev->info->xfact, &x_z, &x_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 716 dev->info->xfact, &x_z, &x_f); in atp_complete_geyser_3_4() 722 fingers = max(x_f, y_f); in atp_complete_geyser_3_4()
|