Lines Matching defs:apds9960_data
120 struct apds9960_data { struct
121 struct i2c_client *client;
122 struct iio_dev *indio_dev;
123 struct mutex lock;
126 struct regmap *regmap;
127 struct regmap_field *reg_int_als;
128 struct regmap_field *reg_int_ges;
129 struct regmap_field *reg_int_pxs;
131 struct regmap_field *reg_enable_als;
132 struct regmap_field *reg_enable_ges;
133 struct regmap_field *reg_enable_pxs;
136 int als_int;
137 int pxs_int;
138 int gesture_mode_running;
141 int als_gain;
142 int pxs_gain;
145 int als_adc_int_us;
148 u8 buffer[4]; /* 4 8-bit channels */