Lines Matching refs:chip_info
46 const struct st_chip_info *chip_info;
54 u8 start_reg = ts->chip_info->start_reg;
86 for (i = 0; i < ts->chip_info->max_fingers; i++) {
97 if (ts->chip_info->have_z)
110 if (ts->chip_info->have_z)
206 ts->chip_info = match;
209 ts->read_buf_len = ts->chip_info->max_fingers * 4;
242 if (ts->chip_info->have_z)
244 ts->chip_info->max_area, 0, 0);
247 0, ts->chip_info->max_x, 0, 0);
249 0, ts->chip_info->max_y, 0, 0);
253 error = input_mt_init_slots(input_dev, ts->chip_info->max_fingers,