Searched refs:phy_x (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/input/touchscreen/ |
H A D | elants_i2c.c | 170 unsigned int phy_x; member 467 u16 phy_x, phy_y; in elants_i2c_query_ts_info_ektf() local 483 phy_x = 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() 496 ts->phy_x = phy_x; in elants_i2c_query_ts_info_ektf() 511 u16 phy_x, phy_y, rows, cols, osr; in elants_i2c_query_ts_info_ekth() local 557 phy_x = get_unaligned_be16(&resp[2]); in elants_i2c_query_ts_info_ekth() 569 dev_dbg(&client->dev, "phy_x=%d, phy_y=%d\n", phy_x, phy_y); in elants_i2c_query_ts_info_ekth() 578 ts->x_res = DIV_ROUND_CLOSEST(ts->x_max, phy_x); in elants_i2c_query_ts_info_ekth() 581 ts->phy_x = phy_x; in elants_i2c_query_ts_info_ekth() [all …]
|