Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
976 y = DIV_ROUND_CLOSEST(y * param->phy_h, param->phy_w); in wdt87xx_report_contact()
/kernel/linux/linux-6.6/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()
976 y = DIV_ROUND_CLOSEST(y * param->phy_h, param->phy_w); in wdt87xx_report_contact()

Completed in 4 milliseconds