test_ofs          173 drivers/input/touchscreen/cyttsp4_core.c 	si->si_ofs.test_ofs = merge_bytes(si->si_data.test_ofsh,
test_ofs          194 drivers/input/touchscreen/cyttsp4_core.c 	if (si->si_ofs.test_ofs <= si->si_ofs.cydata_ofs) {
test_ofs          197 drivers/input/touchscreen/cyttsp4_core.c 			__func__, si->si_ofs.test_ofs, si->si_ofs.cydata_ofs);
test_ofs          201 drivers/input/touchscreen/cyttsp4_core.c 	si->si_ofs.cydata_size = si->si_ofs.test_ofs - si->si_ofs.cydata_ofs;
test_ofs          271 drivers/input/touchscreen/cyttsp4_core.c 	if (si->si_ofs.pcfg_ofs <= si->si_ofs.test_ofs) {
test_ofs          274 drivers/input/touchscreen/cyttsp4_core.c 			__func__, si->si_ofs.pcfg_ofs, si->si_ofs.test_ofs);
test_ofs          278 drivers/input/touchscreen/cyttsp4_core.c 	si->si_ofs.test_size = si->si_ofs.pcfg_ofs - si->si_ofs.test_ofs;
test_ofs          288 drivers/input/touchscreen/cyttsp4_core.c 	rc = cyttsp4_adap_read(cd, si->si_ofs.test_ofs, si->si_ofs.test_size,
test_ofs          610 drivers/input/touchscreen/cyttsp4_core.c 		si->si_ofs.test_ofs, si->si_ofs.test_size);
test_ofs          281 drivers/input/touchscreen/cyttsp4_core.h 	size_t test_ofs;