Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/
Dapds990x.c153 u16 lux_clear; member
308 if (chip->lux_clear * APDS_PARAM_SCALE >= in apds990x_lux_to_threshold()
398 if (chip->lux_clear == chip->a_max_result) in apds990x_calc_again()
400 else if (chip->lux_clear > chip->a_max_result / 2) in apds990x_calc_again()
402 else if (chip->lux_clear < APDS_LUX_GAIN_LO_LIMIT_STRICT) in apds990x_calc_again()
404 else if (chip->lux_clear < APDS_LUX_GAIN_LO_LIMIT) in apds990x_calc_again()
414 if (chip->lux_clear == chip->a_max_result) in apds990x_calc_again()
418 chip->lux_clear < APDS_LUX_GAIN_LO_LIMIT_STRICT) in apds990x_calc_again()
501 &chip->lux_clear); in apds990x_irq()
508 chip->lux_clear, in apds990x_irq()