Lines Matching defs:apds9960_data
121 struct apds9960_data { struct
122 struct i2c_client *client;
123 struct iio_dev *indio_dev;
124 struct mutex lock;
127 struct regmap *regmap;
128 struct regmap_field *reg_int_als;
129 struct regmap_field *reg_int_ges;
130 struct regmap_field *reg_int_pxs;
132 struct regmap_field *reg_enable_als;
133 struct regmap_field *reg_enable_ges;
134 struct regmap_field *reg_enable_pxs;
137 int als_int;
138 int pxs_int;
139 int gesture_mode_running;
142 int als_gain;
143 int pxs_gain;
146 int als_adc_int_us;
149 u8 buffer[4]; /* 4 8-bit channels */