Lines Matching defs:apds9960_data
119 struct apds9960_data { struct
120 struct i2c_client *client;
121 struct iio_dev *indio_dev;
122 struct mutex lock;
125 struct regmap *regmap;
126 struct regmap_field *reg_int_als;
127 struct regmap_field *reg_int_ges;
128 struct regmap_field *reg_int_pxs;
130 struct regmap_field *reg_enable_als;
131 struct regmap_field *reg_enable_ges;
132 struct regmap_field *reg_enable_pxs;
135 int als_int;
136 int pxs_int;
137 int gesture_mode_running;
140 int als_gain;
141 int pxs_gain;
144 int als_adc_int_us;
147 u8 buffer[4]; /* 4 8-bit channels */