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