Searched refs:res_x (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/input/touchscreen/ |
| H A D | 88pm860x-ts.c | 45 int res_x; /* resistor of Xplate */ member 68 if ((x != 0) && (z1 != 0) && (touch->res_x != 0)) { in pm860x_touch_handler() 70 rt = (rt * touch->res_x * x) >> ACCURATE_BIT; in pm860x_touch_handler() 118 int *res_x) in pm860x_touch_dt_init() argument 164 of_property_read_u32(np, "marvell,88pm860x-resistor-X", res_x); in pm860x_touch_dt_init() 179 int irq, ret, res_x = 0, data = 0; in pm860x_touch_probe() local 185 if (pm860x_touch_dt_init(pdev, chip, &res_x)) { in pm860x_touch_probe() 223 res_x = pdata->res_x; in pm860x_touch_probe() 255 touch->res_x = res_x; in pm860x_touch_probe()
|
| H A D | cyttsp5.c | 125 __le16 res_x; member 137 u16 res_x; member 317 tmp = tch->abs[CY_TCH_MAJ] * 100 * si->sensing_conf_data.res_x; in cyttsp5_get_mt_touches() 319 tmp = tch->abs[CY_TCH_MIN] * 100 * si->sensing_conf_data.res_x; in cyttsp5_get_mt_touches() 383 max_x_tmp = si->sensing_conf_data.res_x; in cyttsp5_setup_input_device() 532 scd->res_x = get_unaligned_le16(&scd_dev->res_x); in cyttsp5_get_sysinfo_regs()
|
| /linux/drivers/input/tablet/ |
| H A D | wacom_serial4.c | 171 unsigned int res_x, res_y; member 209 wacom->res_x = 508; in wacom_handle_model_response() 214 wacom->res_x = 2540; in wacom_handle_model_response() 228 wacom->res_x = 1000; in wacom_handle_model_response() 235 wacom->res_x = 1016; in wacom_handle_model_response() 269 &wacom->res_x, &wacom->res_y); in wacom_handle_configuration_response() 499 if (!(wacom->res_x && wacom->res_y)) { in wacom_setup() 572 input_abs_set_res(wacom->dev, ABS_X, wacom->res_x); in wacom_connect()
|
| /linux/drivers/hid/ |
| H A D | hid-elan.c | 47 u16 res_x; member 144 drvdata->res_x = elan_convert_res(dmabuf[3]); in elan_get_device_params() 194 input_abs_set_res(input, ABS_X, drvdata->res_x); in elan_input_configured()
|
| H A D | hid-asus.c | 124 int res_x; member 161 .res_x = 30, /* units/mm */ 171 .res_x = 30, /* units/mm */ 181 .res_x = 30, /* units/mm */ 191 .res_x = 31, /* units/mm */ 201 .res_x = 29, /* units/mm */ 975 input_abs_set_res(input, ABS_MT_POSITION_X, drvdata->tp->res_x); in asus_input_configured()
|
| /linux/include/linux/mfd/ |
| H A D | 88pm860x.h | 425 int res_x; /* resistor of Xplate */ member
|