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

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

Completed in 60 milliseconds