Searched refs:atp_calculate_abs (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/input/mouse/ |
D | appletouch.c | 347 static int atp_calculate_abs(struct atp *dev, int offset, int nb_sensors, in atp_calculate_abs() function 609 x = atp_calculate_abs(dev, 0, ATP_XSENSORS, in atp_complete_geyser_1_2() 611 y = atp_calculate_abs(dev, ATP_XSENSORS, ATP_YSENSORS, in atp_complete_geyser_1_2() 728 x = atp_calculate_abs(dev, 0, ATP_XSENSORS, in atp_complete_geyser_3_4() 730 y = atp_calculate_abs(dev, ATP_XSENSORS, ATP_YSENSORS, in atp_complete_geyser_3_4()
|