tcs3414_times      82 drivers/iio/light/tcs3414.c static const int tcs3414_times[] = { 12, 100, 400 };
tcs3414_times     154 drivers/iio/light/tcs3414.c 		*val2 = tcs3414_times[data->timing & TCS3414_INTEG_MASK] * 1000;
tcs3414_times     183 drivers/iio/light/tcs3414.c 		for (i = 0; i < ARRAY_SIZE(tcs3414_times); i++) {
tcs3414_times     184 drivers/iio/light/tcs3414.c 			if (val2 == tcs3414_times[i] * 1000) {