Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/
Dapds990x.c239 static int apds990x_write_word(struct apds990x_chip *chip, u8 reg, u16 data) in apds990x_write_word() function
353 ret = apds990x_write_word(chip, APDS990X_PILTL, lo); in apds990x_refresh_pthres()
354 ret |= apds990x_write_word(chip, APDS990X_PIHTL, hi); in apds990x_refresh_pthres()
366 ret = apds990x_write_word(chip, APDS990X_AILTL, in apds990x_refresh_athres()
368 ret |= apds990x_write_word(chip, APDS990X_AIHTL, in apds990x_refresh_athres()
378 apds990x_write_word(chip, APDS990X_AILTL, APDS_LUX_DEF_THRES_LO); in apds990x_force_a_refresh()
379 apds990x_write_word(chip, APDS990X_AIHTL, APDS_LUX_DEF_THRES_HI); in apds990x_force_a_refresh()
386 apds990x_write_word(chip, APDS990X_PILTL, APDS_PROX_DEF_THRES - 1); in apds990x_force_p_refresh()
387 apds990x_write_word(chip, APDS990X_PIHTL, APDS_PROX_DEF_THRES); in apds990x_force_p_refresh()