Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dgoodix.c350 int input_x, input_y, input_w, error; in goodix_ts_report_pen_down() local
363 input_y = get_unaligned_le16(&data[6]); in goodix_ts_report_pen_down()
367 input_y = get_unaligned_le16(&data[4]); in goodix_ts_report_pen_down()
371 touchscreen_report_pos(ts->input_pen, &ts->prop, input_x, input_y, false); in goodix_ts_report_pen_down()
406 int input_y = get_unaligned_le16(&coor_data[3]); in goodix_ts_report_touch_8b() local
412 input_x, input_y, true); in goodix_ts_report_touch_8b()
421 int input_y = get_unaligned_le16(&coor_data[5]); in goodix_ts_report_touch_9b() local
427 input_x, input_y, true); in goodix_ts_report_touch_9b()