Home
last modified time | relevance | path

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

/linux/drivers/iio/light/
H A Dtcs3414.c86 static const int tcs3414_times[] = { 12, 100, 400 }; variable
158 *val2 = tcs3414_times[data->timing & TCS3414_INTEG_MASK] * 1000; in tcs3414_read_raw()
187 for (i = 0; i < ARRAY_SIZE(tcs3414_times); i++) { in tcs3414_write_raw()
188 if (val2 == tcs3414_times[i] * 1000) { in tcs3414_write_raw()