phy_y             413 drivers/input/touchscreen/elants_i2c.c 	u16 phy_x, phy_y, rows, cols, osr;
phy_y             475 drivers/input/touchscreen/elants_i2c.c 	phy_y = get_unaligned_be16(&resp[2]);
phy_y             477 drivers/input/touchscreen/elants_i2c.c 	dev_dbg(&client->dev, "phy_x=%d, phy_y=%d\n", phy_x, phy_y);
phy_y             488 drivers/input/touchscreen/elants_i2c.c 		ts->y_res = DIV_ROUND_CLOSEST(ts->y_max, phy_y);