Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/input/touchscreen/
Delants_i2c.c157 unsigned int phy_y; member
454 u16 phy_x, phy_y; in elants_i2c_query_ts_info_ektf() local
479 phy_y = resp[2] | ((resp[3] & 0xF0) << 4); in elants_i2c_query_ts_info_ektf()
481 dev_dbg(&client->dev, "phy_x=%d, phy_y=%d\n", phy_x, phy_y); in elants_i2c_query_ts_info_ektf()
484 ts->phy_y = phy_y; in elants_i2c_query_ts_info_ektf()
498 u16 phy_x, phy_y, rows, cols, osr; in elants_i2c_query_ts_info_ekth() local
554 phy_y = get_unaligned_be16(&resp[2]); in elants_i2c_query_ts_info_ekth()
556 dev_dbg(&client->dev, "phy_x=%d, phy_y=%d\n", phy_x, phy_y); in elants_i2c_query_ts_info_ekth()
567 ts->y_res = DIV_ROUND_CLOSEST(ts->y_max, phy_y); in elants_i2c_query_ts_info_ekth()
569 ts->phy_y = phy_y; in elants_i2c_query_ts_info_ekth()
[all …]