Searched refs:apds990x_chip (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/misc/ |
D | apds990x.c | 126 struct apds990x_chip { struct 201 static int apds990x_read_byte(struct apds990x_chip *chip, u8 reg, u8 *data) in apds990x_read_byte() 214 static int apds990x_read_word(struct apds990x_chip *chip, u8 reg, u16 *data) in apds990x_read_word() 227 static int apds990x_write_byte(struct apds990x_chip *chip, u8 reg, u8 data) in apds990x_write_byte() 239 static int apds990x_write_word(struct apds990x_chip *chip, u8 reg, u16 data) in apds990x_write_word() 251 static int apds990x_mode_on(struct apds990x_chip *chip) in apds990x_mode_on() 263 static u16 apds990x_lux_to_threshold(struct apds990x_chip *chip, u32 lux) in apds990x_lux_to_threshold() 321 static inline int apds990x_set_atime(struct apds990x_chip *chip, u32 time_ms) in apds990x_set_atime() 334 static int apds990x_refresh_pthres(struct apds990x_chip *chip, int data) in apds990x_refresh_pthres() 359 static int apds990x_refresh_athres(struct apds990x_chip *chip) in apds990x_refresh_athres() [all …]
|