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 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;
114 struct regmap_field *reg_ps_gain;
115 struct regmap_field *reg_als_it;
116 struct regmap_field *reg_ps_it;
117 struct regmap_field *reg_int_ps;
118 struct regmap_field *reg_flag_psint;
119 struct regmap_field *reg_flag_nf;