reg_p             114 drivers/input/touchscreen/cy8ctmg110_ts.c 	unsigned char reg_p[CY8CTMG110_REG_MAX];
reg_p             117 drivers/input/touchscreen/cy8ctmg110_ts.c 	memset(reg_p, 0, CY8CTMG110_REG_MAX);
reg_p             120 drivers/input/touchscreen/cy8ctmg110_ts.c 	if (cy8ctmg110_read_regs(tsc, reg_p, 9, CY8CTMG110_TOUCH_X1) != 0)
reg_p             123 drivers/input/touchscreen/cy8ctmg110_ts.c 	y = reg_p[2] << 8 | reg_p[3];
reg_p             124 drivers/input/touchscreen/cy8ctmg110_ts.c 	x = reg_p[0] << 8 | reg_p[1];
reg_p             127 drivers/input/touchscreen/cy8ctmg110_ts.c 	if (reg_p[8] == 0) {
reg_p             142 drivers/input/touchscreen/cy8ctmg110_ts.c 	unsigned char reg_p[3];
reg_p             145 drivers/input/touchscreen/cy8ctmg110_ts.c 		reg_p[0] = 0x00;
reg_p             146 drivers/input/touchscreen/cy8ctmg110_ts.c 		reg_p[1] = 0xff;
reg_p             147 drivers/input/touchscreen/cy8ctmg110_ts.c 		reg_p[2] = 5;
reg_p             149 drivers/input/touchscreen/cy8ctmg110_ts.c 		reg_p[0] = 0x10;
reg_p             150 drivers/input/touchscreen/cy8ctmg110_ts.c 		reg_p[1] = 0xff;
reg_p             151 drivers/input/touchscreen/cy8ctmg110_ts.c 		reg_p[2] = 0;
reg_p             154 drivers/input/touchscreen/cy8ctmg110_ts.c 	return cy8ctmg110_write_regs(ts, CY8CTMG110_TOUCH_WAKEUP_TIME, 3, reg_p);