Lines Matching defs:stk3310_data
117 struct stk3310_data { struct
118 struct i2c_client *client;
119 struct mutex lock;
120 bool als_enabled;
121 bool ps_enabled;
122 uint32_t ps_near_level;
123 u64 timestamp;
124 struct regmap *regmap;
125 struct regmap_field *reg_state;
126 struct regmap_field *reg_als_gain;
127 struct regmap_field *reg_ps_gain;
128 struct regmap_field *reg_als_it;
129 struct regmap_field *reg_ps_it;
130 struct regmap_field *reg_int_ps;
131 struct regmap_field *reg_flag_psint;
132 struct regmap_field *reg_flag_nf;