reg_x             329 drivers/input/touchscreen/rohm_bu21023.c 	int reg_x, reg_y;
reg_x             405 drivers/input/touchscreen/rohm_bu21023.c 		reg_x = calib_x + ((calib_x & 0x200) << 1);
reg_x             409 drivers/input/touchscreen/rohm_bu21023.c 		reg1 = reg_x >> 3;
reg_x             410 drivers/input/touchscreen/rohm_bu21023.c 		reg2 = (reg_y & 0x7) << 4 | (reg_x & 0x7);
reg_x             510 drivers/media/i2c/rj54n1cb0c.c 			   u16 reg_x, u16 reg_y, u16 reg_xy,
reg_x             520 drivers/media/i2c/rj54n1cb0c.c 		ret = reg_write(client, reg_x, width & 0xff);