Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/input/mouse/
Dsynaptics.c518 static int synaptics_invert_y(int y) in synaptics_invert_y() function
897 input_report_abs(dev, ABS_MT_POSITION_Y, synaptics_invert_y(y)); in synaptics_report_semi_mt_slot()
1000 pos[i].y = synaptics_invert_y(hw[i]->y); in synaptics_report_mt_data()
1141 input_report_abs(dev, ABS_Y, synaptics_invert_y(hw.y)); in synaptics_process_packet()