sysinfo_data      182 drivers/input/touchscreen/cyttsp_core.c 	memset(&ts->sysinfo_data, 0, sizeof(ts->sysinfo_data));
sysinfo_data      191 drivers/input/touchscreen/cyttsp_core.c 	error = ttsp_read_block_data(ts, CY_REG_BASE, sizeof(ts->sysinfo_data),
sysinfo_data      192 drivers/input/touchscreen/cyttsp_core.c 				      &ts->sysinfo_data);
sysinfo_data      200 drivers/input/touchscreen/cyttsp_core.c 	if (!ts->sysinfo_data.tts_verh && !ts->sysinfo_data.tts_verl)
sysinfo_data      120 drivers/input/touchscreen/cyttsp_core.h 	struct cyttsp_sysinfo_data sysinfo_data;