Home
last modified time | relevance | path

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

/drivers/input/mouse/
Dbcm5974.c529 int abs_p = 0, abs_w = 0; in report_synaptics_data() local
536 abs_w = clamp_val(16 * w / cfg->w.max, 0, 15); in report_synaptics_data()
541 input_report_abs(input, ABS_TOOL_WIDTH, abs_w); in report_synaptics_data()