Searched refs:als_time_scale (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/iio/light/
H A Dtsl2583.c103 int als_time_scale; member in struct:tsl2583_chip
269 if (chip->als_time_scale == 0)
272 lux = (lux + (chip->als_time_scale >> 1)) /
273 chip->als_time_scale;
391 chip->als_time_scale = DIV_ROUND_CLOSEST(als_time, 50);

Completed in 176 milliseconds