Searched defs:ltr501_data (Results 1 – 1 of 1) sorted by relevance
150 struct ltr501_data { struct151 struct i2c_client *client;152 struct mutex lock_als, lock_ps;153 const struct ltr501_chip_info *chip_info;154 u8 als_contr, ps_contr;155 int als_period, ps_period; /* period in micro seconds */156 struct regmap *regmap;157 struct regmap_field *reg_it;158 struct regmap_field *reg_als_intr;159 struct regmap_field *reg_ps_intr;[all …]