Lines Matching refs:ts_cfg
214 const struct gsl_ts_cfg *ts_cfg; member
449 struct fw_data const *ptr_fw = ts->ts_cfg->fw_ptr; in gsl_load_fw()
451 source_len = ts->ts_cfg->fw_size; in gsl_load_fw()
516 gsl_DataInit(ts->ts_cfg->cfg_id); in startup_chip()
627 seq_printf(m, "%d\n", ts->ts_cfg->cfg_id[tmp]); in gsl_config_read_proc()
714 ts->ts_cfg->cfg_id[tmp1] = tmp; in gsl_config_write_proc()
873 int max_x = ts->ts_cfg->max_x; in report_data()
874 int max_y = ts->ts_cfg->max_y; in report_data()
899 if (ts->ts_cfg->quirks == GSL_QUIRK_VR) { in report_data()
925 if (ts->ts_cfg->x_pol) in report_data()
929 if (ts->ts_cfg->y_pol) in report_data()
1396 int max_x = ts->ts_cfg->max_x; in gslX680_ts_init()
1397 int max_y = ts->ts_cfg->max_y; in gslX680_ts_init()
1753 ts->ts_cfg = (const struct gsl_ts_cfg *)match->data; in gsl_ts_probe()