APDS_RANGE 256 drivers/misc/apds990x.c else if (lux == APDS_RANGE) APDS_RANGE 257 drivers/misc/apds990x.c return APDS_RANGE; APDS_RANGE 335 drivers/misc/apds990x.c hi = APDS_RANGE; APDS_RANGE 641 drivers/misc/apds990x.c if (result > (APDS_RANGE * APDS990X_LUX_OUTPUT_SCALE)) APDS_RANGE 642 drivers/misc/apds990x.c result = APDS_RANGE * APDS990X_LUX_OUTPUT_SCALE; APDS_RANGE 656 drivers/misc/apds990x.c return sprintf(buf, "%u\n", APDS_RANGE); APDS_RANGE 899 drivers/misc/apds990x.c if (thresh > APDS_RANGE) APDS_RANGE 967 drivers/misc/apds990x.c if ((value > APDS_RANGE) || (value == 0) ||