Home
last modified time | relevance | path

Searched refs:counts_per_lux (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/iio/light/
H A Dtsl2591.c439 int counts_per_lux, int_time_fval, gain_multi, lux; in tsl2591_read_channel_data() local
478 counts_per_lux = (int_time_fval * gain_multi) / TSL2591_LUX_COEFFICIENT; in tsl2591_read_channel_data()
480 dev_dbg(&client->dev, "Counts Per Lux: %d\n", counts_per_lux); in tsl2591_read_channel_data()
484 (1000 - ((als_ch1 * 1000) / als_ch0))) / counts_per_lux; in tsl2591_read_channel_data()