Searched refs:tcs3414_times (Results 1 – 1 of 1) sorted by relevance
86 static const int tcs3414_times[] = { 12, 100, 400 }; variable158 *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()