raw_pos           268 drivers/input/touchscreen/atmel_mxt_ts.c 	off_t raw_pos;
raw_pos          1297 drivers/input/touchscreen/atmel_mxt_ts.c 	while (cfg->raw_pos < cfg->raw_size) {
raw_pos          1299 drivers/input/touchscreen/atmel_mxt_ts.c 		ret = sscanf(cfg->raw + cfg->raw_pos, "%x %x %x%n",
raw_pos          1308 drivers/input/touchscreen/atmel_mxt_ts.c 		cfg->raw_pos += offset;
raw_pos          1314 drivers/input/touchscreen/atmel_mxt_ts.c 				ret = sscanf(cfg->raw + cfg->raw_pos, "%hhx%n",
raw_pos          1321 drivers/input/touchscreen/atmel_mxt_ts.c 				cfg->raw_pos += offset;
raw_pos          1356 drivers/input/touchscreen/atmel_mxt_ts.c 			ret = sscanf(cfg->raw + cfg->raw_pos, "%hhx%n",
raw_pos          1364 drivers/input/touchscreen/atmel_mxt_ts.c 			cfg->raw_pos += offset;
raw_pos          1457 drivers/input/touchscreen/atmel_mxt_ts.c 	cfg.raw_pos = strlen(MXT_CFG_MAGIC);
raw_pos          1461 drivers/input/touchscreen/atmel_mxt_ts.c 		ret = sscanf(cfg.raw + cfg.raw_pos, "%hhx%n",
raw_pos          1470 drivers/input/touchscreen/atmel_mxt_ts.c 		cfg.raw_pos += offset;
raw_pos          1486 drivers/input/touchscreen/atmel_mxt_ts.c 	ret = sscanf(cfg.raw + cfg.raw_pos, "%x%n", &info_crc, &offset);
raw_pos          1492 drivers/input/touchscreen/atmel_mxt_ts.c 	cfg.raw_pos += offset;
raw_pos          1494 drivers/input/touchscreen/atmel_mxt_ts.c 	ret = sscanf(cfg.raw + cfg.raw_pos, "%x%n", &config_crc, &offset);
raw_pos          1500 drivers/input/touchscreen/atmel_mxt_ts.c 	cfg.raw_pos += offset;