Home
last modified time | relevance | path

Searched refs:phy_h (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/input/touchscreen/
H A Dwdt87xx_i2c.c170 u16 phy_h; member
460 param->phy_h = get_unaligned_le16(buf + CTL_PARAM_OFFSET_PHY_H) / 10; in wdt87xx_get_sysparam()
467 param->max_y = DIV_ROUND_CLOSEST(MAX_UNIT_AXIS * param->phy_h, in wdt87xx_get_sysparam()
973 y = DIV_ROUND_CLOSEST(y * param->phy_h, param->phy_w); in wdt87xx_report_contact()