Searched defs:apds9160_chip (Results 1 – 1 of 1) sorted by relevance
543 struct apds9160_chip { struct544 struct i2c_client *client;545 struct regmap *regmap;547 struct regmap_field *reg_enable_ps;548 struct regmap_field *reg_enable_als;549 struct regmap_field *reg_int_ps;550 struct regmap_field *reg_int_als;551 struct regmap_field *reg_ps_overflow;552 struct regmap_field *reg_als_rate;553 struct regmap_field *reg_als_resolution;[all …]