Searched refs:phy_y (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | elants_i2c.c | 171 unsigned int phy_y; member 467 u16 phy_x, phy_y; in elants_i2c_query_ts_info_ektf() local 492 phy_y = resp[2] | ((resp[3] & 0xF0) << 4); in elants_i2c_query_ts_info_ektf() 494 dev_dbg(&client->dev, "phy_x=%d, phy_y=%d\n", phy_x, phy_y); in elants_i2c_query_ts_info_ektf() 497 ts->phy_y = phy_y; in elants_i2c_query_ts_info_ektf() 511 u16 phy_x, phy_y, rows, cols, osr; in elants_i2c_query_ts_info_ekth() local 567 phy_y = get_unaligned_be16(&resp[2]); in elants_i2c_query_ts_info_ekth() 569 dev_dbg(&client->dev, "phy_x=%d, phy_y in elants_i2c_query_ts_info_ekth() [all...] |
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | elants_i2c.c | 451 u16 phy_x, phy_y, rows, cols, osr; in elants_i2c_query_ts_info() local 507 phy_y = get_unaligned_be16(&resp[2]); in elants_i2c_query_ts_info() 509 dev_dbg(&client->dev, "phy_x=%d, phy_y=%d\n", phy_x, phy_y); in elants_i2c_query_ts_info() 520 ts->y_res = DIV_ROUND_CLOSEST(ts->y_max, phy_y); in elants_i2c_query_ts_info()
|
Completed in 5 milliseconds