Home
last modified time | relevance | path

Searched defs:ltr501_data (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/iio/light/
H A Dltr501.c154 struct ltr501_data { struct
155 struct i2c_client *client;
156 struct mutex lock_als, lock_ps;
157 const struct ltr501_chip_info *chip_info;
158 u8 als_contr, ps_contr;
159 int als_period, ps_period; /* period in micro seconds */
160 struct regmap *regmap;
161 struct regmap_field *reg_it;
162 struct regmap_field *reg_als_intr;
163 struct regmap_field *reg_ps_intr;
[all …]