Lines Matching refs:apds990x_write_byte
212 static int apds990x_write_byte(struct apds990x_chip *chip, u8 reg, u8 data) in apds990x_write_byte() function
245 return apds990x_write_byte(chip, APDS990X_ENABLE, reg); in apds990x_mode_on()
315 return apds990x_write_byte(chip, APDS990X_ATIME, reg_value); in apds990x_set_atime()
411 apds990x_write_byte(chip, APDS990X_CONTROL, in apds990x_calc_again()
539 apds990x_write_byte(chip, APDS990X_ENABLE, APDS990X_EN_DISABLE_ALL); in apds990x_configure()
542 apds990x_write_byte(chip, APDS990X_PTIME, APDS990X_PTIME_DEFAULT); in apds990x_configure()
543 apds990x_write_byte(chip, APDS990X_WTIME, APDS990X_WTIME_DEFAULT); in apds990x_configure()
546 apds990x_write_byte(chip, APDS990X_CONFIG, 0); in apds990x_configure()
549 apds990x_write_byte(chip, APDS990X_PERS, in apds990x_configure()
553 apds990x_write_byte(chip, APDS990X_PPCOUNT, chip->pdata->ppcount); in apds990x_configure()
558 apds990x_write_byte(chip, APDS990X_CONTROL, in apds990x_configure()
617 apds990x_write_byte(chip, APDS990X_ENABLE, APDS990X_EN_DISABLE_ALL); in apds990x_chip_off()
738 return apds990x_write_byte(chip, APDS990X_PERS, in apds990x_set_arate()