Searched refs:APDS990X_ENABLE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/ |
H A D | apds990x.c | 24 #define APDS990X_ENABLE 0x00 /* Enable of states and interrupts */ macro 245 return apds990x_write_byte(chip, APDS990X_ENABLE, reg); in apds990x_mode_on() 539 apds990x_write_byte(chip, APDS990X_ENABLE, APDS990X_EN_DISABLE_ALL); in apds990x_configure() 617 apds990x_write_byte(chip, APDS990X_ENABLE, APDS990X_EN_DISABLE_ALL); in apds990x_chip_off()
|
/kernel/linux/linux-6.6/drivers/misc/ |
H A D | apds990x.c | 24 #define APDS990X_ENABLE 0x00 /* Enable of states and interrupts */ macro 245 return apds990x_write_byte(chip, APDS990X_ENABLE, reg); in apds990x_mode_on() 539 apds990x_write_byte(chip, APDS990X_ENABLE, APDS990X_EN_DISABLE_ALL); in apds990x_configure() 617 apds990x_write_byte(chip, APDS990X_ENABLE, APDS990X_EN_DISABLE_ALL); in apds990x_chip_off()
|
Completed in 5 milliseconds