Searched defs:stk3310_data (Results 1 – 1 of 1) sorted by relevance
104 struct stk3310_data { struct105 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 …]