Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dapds990x.c165 #define APDS_RANGE 65535 macro
256 else if (lux == APDS_RANGE) in apds990x_lux_to_threshold()
257 return APDS_RANGE; in apds990x_lux_to_threshold()
335 hi = APDS_RANGE; in apds990x_refresh_pthres()
641 if (result > (APDS_RANGE * APDS990X_LUX_OUTPUT_SCALE)) in apds990x_lux_show()
642 result = APDS_RANGE * APDS990X_LUX_OUTPUT_SCALE; in apds990x_lux_show()
656 return sprintf(buf, "%u\n", APDS_RANGE); in apds990x_lux_range_show()
899 if (thresh > APDS_RANGE) in apds990x_set_lux_thresh()
967 if ((value > APDS_RANGE) || (value == 0) || in apds990x_prox_threshold_store()