Home
last modified time | relevance | path

Searched refs:gsl_chip_info (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgslx680_pad.c118 struct gsl_touch_chip_info *gsl_chip_info; member
141 static struct gsl_touch_chip_info gsl_chip_info[] = { variable
257 ptr_fw = ts->gsl_chip_info->ptr_fw; in gsl_load_fw()
259 source_len = ts->gsl_chip_info->ptr_fw_len; in gsl_load_fw()
324 gsl_DataInit(ts->gsl_chip_info->conf_in); in startup_chip()
528 if(tmp1>=0 && tmp1<ts->gsl_chip_info->conf_in_len) in gsl_config_write_proc()
530 ts->gsl_chip_info->conf_in[tmp1] = tmp; in gsl_config_write_proc()
1049 for (i=0; i<ARRAY_SIZE(gsl_chip_info); i++) { in gsl_ts_probe()
1050 if (gsl_chip_info[i].chip_id == gsl_chip_id) { in gsl_ts_probe()
1051 ts->gsl_chip_info = &gsl_chip_info[i]; in gsl_ts_probe()