Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/mouse/
Dappletouch.c347 static int atp_calculate_abs(struct atp *dev, int offset, int nb_sensors, in atp_calculate_abs() argument
364 for (i = 0; i < nb_sensors; i++) { in atp_calculate_abs()
407 for (i = 0; i < nb_sensors; i++) in atp_calculate_abs()
409 memset(&dev->smooth[nb_sensors + 4], 0, 4 * sizeof(dev->smooth[0])); in atp_calculate_abs()
416 for (i = 1; i < nb_sensors + 7; i++) in atp_calculate_abs()
427 for (i = 0; i < nb_sensors + 8; i++) { in atp_calculate_abs()