Searched refs:apds990x_write_byte (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/misc/ |
D | apds990x.c | 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() [all …]
|