Searched refs:y_z (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/input/mouse/ |
D | appletouch.c | 530 int x, y, x_z, y_z, x_f, y_f; in atp_complete_geyser_1_2() local 612 dev->info->yfact, &y_z, &y_f); in atp_complete_geyser_1_2() 627 x, y, x_z, y_z); in atp_complete_geyser_1_2() 633 min(ATP_PRESSURE, x_z + y_z)); in atp_complete_geyser_1_2() 670 int x, y, x_z, y_z, x_f, y_f; in atp_complete_geyser_3_4() local 731 dev->info->yfact, &y_z, &y_f); in atp_complete_geyser_3_4() 747 x, y, x_z, y_z); in atp_complete_geyser_3_4() 753 min(ATP_PRESSURE, x_z + y_z)); in atp_complete_geyser_3_4()
|