Home
last modified time | relevance | path

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

/linux/drivers/input/mouse/
H A Dbcm5974.c589 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()