Searched refs:apds990x_read_byte (Results 1 – 1 of 1) sorted by relevance
201 static int apds990x_read_byte(struct apds990x_chip *chip, u8 reg, u8 *data) in apds990x_read_byte() function494 apds990x_read_byte(chip, APDS990X_STATUS, &status); in apds990x_irq()587 ret = apds990x_read_byte(chip, APDS990X_ID, &id); in apds990x_detect()593 ret = apds990x_read_byte(chip, APDS990X_REV, &chip->revision); in apds990x_detect()