Searched refs:apds990x_write_byte (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/misc/ |
D | apds990x.c | 227 static int apds990x_write_byte(struct apds990x_chip *chip, u8 reg, u8 data) in apds990x_write_byte() function 260 return apds990x_write_byte(chip, APDS990X_ENABLE, reg); in apds990x_mode_on() 330 return apds990x_write_byte(chip, APDS990X_ATIME, reg_value); in apds990x_set_atime() 426 apds990x_write_byte(chip, APDS990X_CONTROL, in apds990x_calc_again() 554 apds990x_write_byte(chip, APDS990X_ENABLE, APDS990X_EN_DISABLE_ALL); in apds990x_configure() 557 apds990x_write_byte(chip, APDS990X_PTIME, APDS990X_PTIME_DEFAULT); in apds990x_configure() 558 apds990x_write_byte(chip, APDS990X_WTIME, APDS990X_WTIME_DEFAULT); in apds990x_configure() 561 apds990x_write_byte(chip, APDS990X_CONFIG, 0); in apds990x_configure() 564 apds990x_write_byte(chip, APDS990X_PERS, in apds990x_configure() 568 apds990x_write_byte(chip, APDS990X_PPCOUNT, chip->pdata->ppcount); in apds990x_configure() [all …]
|