Lines Matching defs:ltr501_data
154 struct ltr501_data { struct
155 struct i2c_client *client;
156 struct regulator_bulk_data regulators[2];
157 struct mutex lock_als, lock_ps;
158 const struct ltr501_chip_info *chip_info;
159 u8 als_contr, ps_contr;
160 int als_period, ps_period; /* period in micro seconds */
161 struct regmap *regmap;
162 struct regmap_field *reg_it;
163 struct regmap_field *reg_als_intr;
164 struct regmap_field *reg_ps_intr;
165 struct regmap_field *reg_als_rate;
166 struct regmap_field *reg_ps_rate;
167 struct regmap_field *reg_als_prst;
168 struct regmap_field *reg_ps_prst;
169 uint32_t near_level;