Searched refs:abs_p (Results 1 – 2 of 2) sorted by relevance
/drivers/input/touchscreen/ |
D | wm97xx-core.c | 77 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"); 603 input_set_abs_params(wm->input_dev, ABS_PRESSURE, abs_p[0], abs_p[1], in wm97xx_register_touch() 604 abs_p[2], 0); in wm97xx_register_touch()
|
/drivers/input/mouse/ |
D | bcm5974.c | 589 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()
|