Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Delants_i2c.c402 u16 phy_x, phy_y, rows, cols, osr; in elants_i2c_query_ts_info() local
452 phy_x = get_unaligned_be16(&resp[2]); in elants_i2c_query_ts_info()
466 dev_dbg(&client->dev, "phy_x=%d, phy_y=%d\n", phy_x, phy_y); in elants_i2c_query_ts_info()
475 ts->x_res = DIV_ROUND_CLOSEST(ts->x_max, phy_x); in elants_i2c_query_ts_info()