Searched refs:atp_calculate_abs (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/mouse/ |
D | appletouch.c | 333 static int atp_calculate_abs(struct atp *dev, int offset, int nb_sensors, in atp_calculate_abs() function 596 x = atp_calculate_abs(dev, 0, ATP_XSENSORS, in atp_complete_geyser_1_2() 598 y = atp_calculate_abs(dev, ATP_XSENSORS, ATP_YSENSORS, in atp_complete_geyser_1_2() 715 x = atp_calculate_abs(dev, 0, ATP_XSENSORS, in atp_complete_geyser_3_4() 717 y = atp_calculate_abs(dev, ATP_XSENSORS, ATP_YSENSORS, in atp_complete_geyser_3_4()
|