Lines Matching refs:phy_x
170 unsigned int phy_x;
467 u16 phy_x, phy_y;
483 phy_x = resp[2] | ((resp[3] & 0xF0) << 4);
494 dev_dbg(&client->dev, "phy_x=%d, phy_y=%d\n", phy_x, phy_y);
496 ts->phy_x = phy_x;
511 u16 phy_x, phy_y, rows, cols, osr;
557 phy_x = get_unaligned_be16(&resp[2]);
569 dev_dbg(&client->dev, "phy_x=%d, phy_y=%d\n", phy_x, phy_y);
578 ts->x_res = DIV_ROUND_CLOSEST(ts->x_max, phy_x);
581 ts->phy_x = phy_x;
1512 if (ts->chip_id == EKTF3624 && ts->phy_x && ts->phy_y) {
1514 ts->x_res = DIV_ROUND_CLOSEST(ts->prop.max_x, ts->phy_x);