Home
last modified time | relevance | path

Searched refs:nb_sensors (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/input/mouse/
H A Dappletouch.c333 static int atp_calculate_abs(struct atp *dev, int offset, int nb_sensors, in atp_calculate_abs() argument
350 for (i = 0; i < nb_sensors; i++) { in atp_calculate_abs()
393 for (i = 0; i < nb_sensors; i++) in atp_calculate_abs()
395 memset(&dev->smooth[nb_sensors + 4], 0, 4 * sizeof(dev->smooth[0])); in atp_calculate_abs()
402 for (i = 1; i < nb_sensors + 7; i++) in atp_calculate_abs()
413 for (i = 0; i < nb_sensors + 8; i++) { in atp_calculate_abs()