Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/light/
H A Dtsl2583.c247 u32 ch0lux, ch1lux; in tsl2583_get_lux() local
249 ch0lux = ((ch0 * p->ch0) + in tsl2583_get_lux()
257 if (ch1lux > ch0lux) { in tsl2583_get_lux()
265 lux = ch0lux - ch1lux; in tsl2583_get_lux()