Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dapds990x.c245 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()
[all …]