Searched refs:x_f (Results 1 – 1 of 1) sorted by relevance
/linux-3.3/drivers/input/mouse/ |
D | appletouch.c | 467 int x, y, x_z, y_z, x_f, y_f; in atp_complete_geyser_1_2() local 547 dev->info->xfact, &x_z, &x_f); in atp_complete_geyser_1_2() 569 atp_report_fingers(dev->input, max(x_f, y_f)); in atp_complete_geyser_1_2() 599 int x, y, x_z, y_z, x_f, y_f; in atp_complete_geyser_3_4() local 658 dev->info->xfact, &x_z, &x_f); in atp_complete_geyser_3_4() 680 atp_report_fingers(dev->input, max(x_f, y_f)); in atp_complete_geyser_3_4()
|