Lines Matching defs:apds9160_chip
543 struct apds9160_chip { struct
544 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;
577 static int apds9160_set_ps_rate(struct apds9160_chip *data, int val) in apds9160_set_ps_rate() argument