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