Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/light/
Dstk3310.c104 struct stk3310_data { struct
105 struct i2c_client *client;
106 struct mutex lock;
107 bool als_enabled;
108 bool ps_enabled;
109 u64 timestamp;
110 struct regmap *regmap;
111 struct regmap_field *reg_state;
112 struct regmap_field *reg_als_gain;
113 struct regmap_field *reg_ps_gain;
[all …]
/kernel/linux/linux-6.6/drivers/iio/light/
Dstk3310.c104 struct stk3310_data { struct
105 struct i2c_client *client;
106 struct mutex lock;
107 bool als_enabled;
108 bool ps_enabled;
109 uint32_t ps_near_level;
110 u64 timestamp;
111 struct regmap *regmap;
112 struct regmap_field *reg_state;
113 struct regmap_field *reg_als_gain;
[all …]