Home
last modified time | relevance | path

Searched refs:abs_p (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/input/touchscreen/
Dwm97xx-core.c77 static int abs_p[3] = {0, 150, 4}; variable
78 module_param_array(abs_p, int, NULL, 0);
79 MODULE_PARM_DESC(abs_p, "Touchscreen absolute Pressure min, max, fuzz");
575 input_set_abs_params(wm->input_dev, ABS_PRESSURE, abs_p[0], abs_p[1], in wm97xx_register_touch()
576 abs_p[2], 0); in wm97xx_register_touch()
/linux-5.19.10/drivers/input/mouse/
Dbcm5974.c589 int abs_p = 0, abs_w = 0; in report_synaptics_data() local
595 abs_p = clamp_val(256 * p / cfg->p.max, 0, 255); in report_synaptics_data()
600 input_report_abs(input, ABS_PRESSURE, abs_p); in report_synaptics_data()