Lines Matching defs:stk3310_data
106 struct stk3310_data { struct
107 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;
116 struct regmap_field *reg_als_it;
117 struct regmap_field *reg_ps_it;
118 struct regmap_field *reg_int_ps;
119 struct regmap_field *reg_flag_psint;
120 struct regmap_field *reg_flag_nf;