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

/drivers/input/touchscreen/
H A Dwm97xx-core.c81 static int abs_p[3] = {0, 150, 4}; variable
82 module_param_array(abs_p, int, NULL, 0);
83 MODULE_PARM_DESC(abs_p, "Touchscreen absolute Pressure min, max, fuzz");
656 input_set_abs_params(wm->input_dev, ABS_PRESSURE, abs_p[0], abs_p[1],
657 abs_p[2], 0);
/drivers/input/mouse/
H A Dbcm5974.c488 int abs_p = 0, abs_w = 0, abs_x = 0, abs_y = 0; local
519 abs_p = ptest;
550 input_report_abs(input, ABS_PRESSURE, abs_p);
553 if (abs_p) {
559 "nmin: %d nmax: %d n: %d ibt: %d\n", abs_p, abs_w,

Completed in 526 milliseconds