Lines Matching refs:chip_info
50 const struct st_chip_info *chip_info; member
63 u8 start_reg = ts->chip_info->start_reg; in st1232_ts_read_data()
81 for (i = 0, y = 0; i < ts->chip_info->max_fingers; i++, y += 3) { in st1232_ts_read_data()
90 if (ts->chip_info->have_z) in st1232_ts_read_data()
111 for (i = 0; i < ts->chip_info->max_fingers; i++) { in st1232_ts_irq_handler()
115 if (ts->chip_info->have_z) in st1232_ts_irq_handler()
201 ts->chip_info = match; in st1232_ts_probe()
203 ts->chip_info->max_fingers, sizeof(*finger), in st1232_ts_probe()
209 ts->read_buf_len = ts->chip_info->max_fingers * 4; in st1232_ts_probe()
241 if (ts->chip_info->have_z) in st1232_ts_probe()
243 ts->chip_info->max_area, 0, 0); in st1232_ts_probe()
246 0, ts->chip_info->max_x, 0, 0); in st1232_ts_probe()
248 0, ts->chip_info->max_y, 0, 0); in st1232_ts_probe()