Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iio/light/
H A Dtsl2772.c872 int prox_history[MAX_SAMPLES_CAL + 1]; in tsl2772_prox_cal() local
885 prox_history[i] = chip->prox_data; in tsl2772_prox_cal()
891 sample_sum += prox_history[i]; in tsl2772_prox_cal()
892 max = max(max, prox_history[i]); in tsl2772_prox_cal()