apds990x_write_word  338 drivers/misc/apds990x.c 	ret = apds990x_write_word(chip, APDS990X_PILTL, lo);
apds990x_write_word  339 drivers/misc/apds990x.c 	ret |= apds990x_write_word(chip, APDS990X_PIHTL, hi);
apds990x_write_word  351 drivers/misc/apds990x.c 	ret = apds990x_write_word(chip, APDS990X_AILTL,
apds990x_write_word  353 drivers/misc/apds990x.c 	ret |= apds990x_write_word(chip, APDS990X_AIHTL,
apds990x_write_word  363 drivers/misc/apds990x.c 	apds990x_write_word(chip, APDS990X_AILTL, APDS_LUX_DEF_THRES_LO);
apds990x_write_word  364 drivers/misc/apds990x.c 	apds990x_write_word(chip, APDS990X_AIHTL, APDS_LUX_DEF_THRES_HI);
apds990x_write_word  371 drivers/misc/apds990x.c 	apds990x_write_word(chip, APDS990X_PILTL, APDS_PROX_DEF_THRES - 1);
apds990x_write_word  372 drivers/misc/apds990x.c 	apds990x_write_word(chip, APDS990X_PIHTL, APDS_PROX_DEF_THRES);