phy_h             170 drivers/input/touchscreen/wdt87xx_i2c.c 	u16	phy_h;
phy_h             460 drivers/input/touchscreen/wdt87xx_i2c.c 	param->phy_h = get_unaligned_le16(buf + CTL_PARAM_OFFSET_PHY_H) / 10;
phy_h             467 drivers/input/touchscreen/wdt87xx_i2c.c 	param->max_y = DIV_ROUND_CLOSEST(MAX_UNIT_AXIS * param->phy_h,
phy_h             976 drivers/input/touchscreen/wdt87xx_i2c.c 	y = DIV_ROUND_CLOSEST(y * param->phy_h, param->phy_w);