Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/iio/light/
Disl29028.c86 static unsigned int prox_period[] = {800, 400, 200, 100, 75, 50, 12, 0}; in isl29028_set_proxim_sampling() local
90 for (sel = 0; sel < ARRAY_SIZE(prox_period); ++sel) { in isl29028_set_proxim_sampling()
91 if (period >= prox_period[sel]) in isl29028_set_proxim_sampling()