Lines Matching defs:gp2ap020a00f_data
242 struct gp2ap020a00f_data { struct
243 const struct gp2ap020a00f_platform_data *pdata;
244 struct i2c_client *client;
245 struct mutex lock;
246 char *buffer;
247 struct regulator *vled_reg;
248 unsigned long flags;
249 enum gp2ap020a00f_opmode cur_opmode;
250 struct iio_trigger *trig;
251 struct regmap *regmap;
252 unsigned int thresh_val[4];
253 u8 debug_reg_addr;
254 struct irq_work work;
255 wait_queue_head_t data_ready_queue;