Lines Matching refs:phy_x
156 unsigned int phy_x; member
454 u16 phy_x, phy_y; in elants_i2c_query_ts_info_ektf() local
470 phy_x = 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()
483 ts->phy_x = phy_x; in elants_i2c_query_ts_info_ektf()
498 u16 phy_x, phy_y, rows, cols, osr; in elants_i2c_query_ts_info_ekth() local
544 phy_x = 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()
565 ts->x_res = DIV_ROUND_CLOSEST(ts->x_max, phy_x); in elants_i2c_query_ts_info_ekth()
568 ts->phy_x = phy_x; in elants_i2c_query_ts_info_ekth()
1483 if (ts->chip_id == EKTF3624 && ts->phy_x && ts->phy_y) { in elants_i2c_probe()
1485 ts->x_res = DIV_ROUND_CLOSEST(ts->prop.max_x, ts->phy_x); in elants_i2c_probe()