Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/mouse/
Dbcm5974.c603 int abs_p = 0, abs_w = 0; in report_synaptics_data() local
610 abs_w = clamp_val(16 * w / cfg->w.max, 0, 15); in report_synaptics_data()
615 input_report_abs(input, ABS_TOOL_WIDTH, abs_w); in report_synaptics_data()