Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/iio/light/
Dtsl2x7x_core.c38 #define MAX_SAMPLES_CAL 200 macro
858 int prox_history[MAX_SAMPLES_CAL + 1]; in tsl2x7x_prox_cal()
866 if (chip->tsl2x7x_settings.prox_max_samples_cal > MAX_SAMPLES_CAL) { in tsl2x7x_prox_cal()
870 chip->tsl2x7x_settings.prox_max_samples_cal = MAX_SAMPLES_CAL; in tsl2x7x_prox_cal()