Lines Matching refs:int_time
86 u8 int_time;
215 reg |= FIELD_PREP(OPT4001_CTRL_CONV_TIME_MASK, chip->int_time);
274 *val2 = opt4001_int_time_reg[chip->int_time][0];
286 int int_time;
290 int_time = opt4001_als_time_to_index(val2);
291 if (int_time < 0)
292 return int_time;
293 chip->int_time = int_time;
325 chip->int_time = OPT4001_DEFAULT_CONVERSION_TIME;