Lines Matching defs:apds9960_data
129 struct apds9960_data { struct
130 struct i2c_client *client;
131 struct iio_dev *indio_dev;
132 struct mutex lock;
135 struct regmap *regmap;
136 struct regmap_field *reg_int_als;
137 struct regmap_field *reg_int_ges;
138 struct regmap_field *reg_int_pxs;
140 struct regmap_field *reg_enable_als;
141 struct regmap_field *reg_enable_ges;
142 struct regmap_field *reg_enable_pxs;
145 int als_int;
146 int pxs_int;
147 int gesture_mode_running;
150 int als_gain;
151 int pxs_gain;
154 int als_adc_int_us;
157 u8 buffer[4]; /* 4 8-bit channels */