Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/
Dapds990x.c179 #define APDS_RANGE 65535 macro
271 else if (lux == APDS_RANGE) in apds990x_lux_to_threshold()
272 return APDS_RANGE; in apds990x_lux_to_threshold()
350 hi = APDS_RANGE; in apds990x_refresh_pthres()
656 if (result > (APDS_RANGE * APDS990X_LUX_OUTPUT_SCALE)) in apds990x_lux_show()
657 result = APDS_RANGE * APDS990X_LUX_OUTPUT_SCALE; in apds990x_lux_show()
671 return sprintf(buf, "%u\n", APDS_RANGE); in apds990x_lux_range_show()
907 if (thresh > APDS_RANGE) in apds990x_set_lux_thresh()
972 if ((value > APDS_RANGE) || (value == 0) || in apds990x_prox_threshold_store()