Lines Matching refs:int_time
786 int int_time;
794 int_time = tsl2591_als_time_to_fval(val);
795 if (int_time < 0) {
796 ret = int_time;
799 ret = tsl2591_compatible_int_time(chip, int_time);
803 chip->als_settings.als_int_time = int_time;
860 int als_persist, int_time, period;
887 int_time = TSL2591_FVAL_TO_MSEC(chip->als_settings.als_int_time);
888 period = als_persist * (int_time * MSEC_PER_SEC);
913 int period, int_time, als_persist;
945 int_time = TSL2591_FVAL_TO_MSEC(chip->als_settings.als_int_time);
948 (val2 / MSEC_PER_SEC)) / int_time;