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