Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/touchscreen/
Dgoodix.c155 int input_y = get_unaligned_le16(&coor_data[3]); in goodix_ts_report_touch() local
160 input_y = ts->abs_y_max - input_y; in goodix_ts_report_touch()
166 input_report_abs(ts->input_dev, ABS_MT_POSITION_Y, input_y); in goodix_ts_report_touch()