Searched refs:abs_p (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/input/touchscreen/ |
D | wm97xx-core.c | 81 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], in wm97xx_probe() 657 abs_p[2], 0); in wm97xx_probe()
|
/linux-3.4.99/drivers/input/mouse/ |
D | bcm5974.c | 508 int abs_p = 0, abs_w = 0, abs_x = 0, abs_y = 0; in report_tp_state() local 539 abs_p = ptest; in report_tp_state() 570 input_report_abs(input, ABS_PRESSURE, abs_p); in report_tp_state() 573 if (abs_p) { in report_tp_state() 579 "nmin: %d nmax: %d n: %d ibt: %d\n", abs_p, abs_w, in report_tp_state()
|