Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dwm97xx-core.c78 static int abs_p[3] = {0, 150, 4}; variable
79 module_param_array(abs_p, int, NULL, 0);
80 MODULE_PARM_DESC(abs_p, "Touchscreen absolute Pressure min, max, fuzz");
576 input_set_abs_params(wm->input_dev, ABS_PRESSURE, abs_p[0], abs_p[1], in wm97xx_register_touch()
577 abs_p[2], 0); in wm97xx_register_touch()
/linux/drivers/input/mouse/
H A Dbcm5974.c591 int abs_p = 0, abs_w = 0; in report_synaptics_data() local
597 abs_p = clamp_val(256 * p / cfg->p.max, 0, 255); in report_synaptics_data()
602 input_report_abs(input, ABS_PRESSURE, abs_p); in report_synaptics_data()