Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dapds990x.c186 static int apds990x_read_byte(struct apds990x_chip *chip, u8 reg, u8 *data) in apds990x_read_byte() function
479 apds990x_read_byte(chip, APDS990X_STATUS, &status); in apds990x_irq()
572 ret = apds990x_read_byte(chip, APDS990X_ID, &id); in apds990x_detect()
578 ret = apds990x_read_byte(chip, APDS990X_REV, &chip->revision); in apds990x_detect()