Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/input/mouse/
Dsynaptics.c520 static int synaptics_invert_y(int y) in synaptics_invert_y() function
899 input_report_abs(dev, ABS_MT_POSITION_Y, synaptics_invert_y(y)); in synaptics_report_semi_mt_slot()
1002 pos[i].y = synaptics_invert_y(hw[i]->y); in synaptics_report_mt_data()
1146 input_report_abs(dev, ABS_Y, synaptics_invert_y(hw.y)); in synaptics_process_packet()