Searched refs:res_x (Results 1 - 4 of 4) sorted by relevance

/drivers/input/touchscreen/
H A D88pm860x-ts.c48 int res_x; /* resistor of Xplate */ member in struct:pm860x_touch
71 if ((x != 0) && (z1 != 0) && (touch->res_x != 0)) {
73 rt = (rt * touch->res_x * x) >> ACCURATE_BIT;
121 int *res_x)
166 of_property_read_u32(np, "marvell,88pm860x-resistor-X", res_x);
180 int irq, ret, res_x = 0, data = 0; local
188 if (pm860x_touch_dt_init(pdev, chip, &res_x)) {
226 res_x = pdata->res_x;
260 touch->res_x
119 pm860x_touch_dt_init(struct platform_device *pdev, struct pm860x_chip *chip, int *res_x) argument
[all...]
/drivers/input/tablet/
H A Dwacom_serial4.c176 unsigned int res_x, res_y; member in struct:wacom
213 wacom->res_x = 508;
218 wacom->res_x = 2540;
232 wacom->res_x = 1000;
239 wacom->res_x = 1016;
272 &wacom->res_x, &wacom->res_y);
502 if (!(wacom->res_x && wacom->res_y)) {
575 input_abs_set_res(wacom->dev, ABS_X, wacom->res_x);
/drivers/media/i2c/soc_camera/
H A Dov9640.c338 int res_x[] = { 88, 160, 176, 320, 352, 640, 1280 }; local
341 for (i = 0; i < ARRAY_SIZE(res_x); i++) {
342 if (res_x[i] >= *width && res_y[i] >= *height) {
343 *width = res_x[i];
349 *width = res_x[SXGA];
/drivers/hid/
H A Dhid-rmi.c807 int res_x, res_y, i; local
840 res_x = (data->max_x - 1) / data->x_size_mm;
843 input_abs_set_res(input, ABS_MT_POSITION_X, res_x);

Completed in 78 milliseconds