Lines Matching defs:stk3310_data
104 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;
114 struct regmap_field *reg_als_it;
115 struct regmap_field *reg_ps_it;
116 struct regmap_field *reg_int_ps;
117 struct regmap_field *reg_flag_psint;
118 struct regmap_field *reg_flag_nf;