abs_p 589 drivers/input/mouse/bcm5974.c int abs_p = 0, abs_w = 0; abs_p 595 drivers/input/mouse/bcm5974.c abs_p = clamp_val(256 * p / cfg->p.max, 0, 255); abs_p 600 drivers/input/mouse/bcm5974.c input_report_abs(input, ABS_PRESSURE, abs_p); abs_p 77 drivers/input/touchscreen/wm97xx-core.c static int abs_p[3] = {0, 150, 4}; abs_p 78 drivers/input/touchscreen/wm97xx-core.c module_param_array(abs_p, int, NULL, 0); abs_p 79 drivers/input/touchscreen/wm97xx-core.c MODULE_PARM_DESC(abs_p, "Touchscreen absolute Pressure min, max, fuzz"); abs_p 603 drivers/input/touchscreen/wm97xx-core.c input_set_abs_params(wm->input_dev, ABS_PRESSURE, abs_p[0], abs_p[1], abs_p 604 drivers/input/touchscreen/wm97xx-core.c abs_p[2], 0);