Lines Matching refs:phy_y
171 unsigned int phy_y;
467 u16 phy_x, phy_y;
492 phy_y = resp[2] | ((resp[3] & 0xF0) << 4);
494 dev_dbg(&client->dev, "phy_x=%d, phy_y=%d\n", phy_x, phy_y);
497 ts->phy_y = phy_y;
511 u16 phy_x, phy_y, rows, cols, osr;
567 phy_y = get_unaligned_be16(&resp[2]);
569 dev_dbg(&client->dev, "phy_x=%d, phy_y=%d\n", phy_x, phy_y);
580 ts->y_res = DIV_ROUND_CLOSEST(ts->y_max, phy_y);
582 ts->phy_y = phy_y;
1512 if (ts->chip_id == EKTF3624 && ts->phy_x && ts->phy_y) {
1515 ts->y_res = DIV_ROUND_CLOSEST(ts->prop.max_y, ts->phy_y);