Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iio/light/
Dcm32181.c55 static const int als_it_value[] = {25000, 50000, 100000, 200000, 400000, variable
122 *val2 = als_it_value[i]; in cm32181_read_als_it()
145 n = ARRAY_SIZE(als_it_value); in cm32181_write_als_it()
147 if (val <= als_it_value[i]) in cm32181_write_als_it()
266 n = ARRAY_SIZE(als_it_value); in cm32181_get_it_available()
268 len += sprintf(buf + len, "0.%06u ", als_it_value[i]); in cm32181_get_it_available()