Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/iio/light/
Dtcs3414.c82 static const int tcs3414_times[] = { 12, 100, 400 }; variable
154 *val2 = tcs3414_times[data->timing & TCS3414_INTEG_MASK] * 1000; in tcs3414_read_raw()
183 for (i = 0; i < ARRAY_SIZE(tcs3414_times); i++) { in tcs3414_write_raw()
184 if (val2 == tcs3414_times[i] * 1000) { in tcs3414_write_raw()