Lines Matching refs:res_x
45 int res_x; /* resistor of Xplate */
68 if ((x != 0) && (z1 != 0) && (touch->res_x != 0)) {
70 rt = (rt * touch->res_x * x) >> ACCURATE_BIT;
118 int *res_x)
163 of_property_read_u32(np, "marvell,88pm860x-resistor-X", res_x);
185 int irq, ret, res_x = 0, data = 0;
191 if (pm860x_touch_dt_init(pdev, chip, &res_x)) {
229 res_x = pdata->res_x;
261 touch->res_x = res_x;