Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Dbcm5974.c589 int abs_p = 0, abs_w = 0; in report_synaptics_data() local
596 abs_w = clamp_val(16 * w / cfg->w.max, 0, 15); in report_synaptics_data()
601 input_report_abs(input, ABS_TOOL_WIDTH, abs_w); in report_synaptics_data()