Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/hid/
Dhid-asus.c94 int res_x; member
118 .res_x = 30, /* units/mm */
127 .res_x = 30, /* units/mm */
136 .res_x = 30, /* units/mm */
145 .res_x = 31, /* units/mm */
433 input_abs_set_res(input, ABS_MT_POSITION_X, drvdata->tp->res_x); in asus_input_configured()
Dhid-elan.c51 u16 res_x; member
148 drvdata->res_x = elan_convert_res(dmabuf[3]); in elan_get_device_params()
198 input_abs_set_res(input, ABS_X, drvdata->res_x); in elan_input_configured()
Dhid-alps.c684 int res_x, res_y, i; in alps_input_configured() local
716 res_x = (data->x_max - 1) / data->x_active_len_mm; in alps_input_configured()
719 input_abs_set_res(input, ABS_MT_POSITION_X, res_x); in alps_input_configured()
/linux-4.19.296/include/linux/mfd/
D88pm860x.h428 int res_x; /* resistor of Xplate */ member