Searched defs:stk3310_data (Results 1 – 1 of 1) sorted by relevance
106 struct stk3310_data { struct107 struct i2c_client *client;108 struct mutex lock;109 bool als_enabled;110 bool ps_enabled;111 u64 timestamp;112 struct regmap *regmap;113 struct regmap_field *reg_state;114 struct regmap_field *reg_als_gain;115 struct regmap_field *reg_ps_gain;[all …]