Lines Matching defs:ltr501_data
149 struct ltr501_data { struct
150 struct i2c_client *client;
151 struct mutex lock_als, lock_ps;
152 struct ltr501_chip_info *chip_info;
153 u8 als_contr, ps_contr;
154 int als_period, ps_period; /* period in micro seconds */
155 struct regmap *regmap;
156 struct regmap_field *reg_it;
157 struct regmap_field *reg_als_intr;
158 struct regmap_field *reg_ps_intr;
159 struct regmap_field *reg_als_rate;
160 struct regmap_field *reg_ps_rate;
161 struct regmap_field *reg_als_prst;
162 struct regmap_field *reg_ps_prst;