Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dgoodix.c352 int input_x, input_y, input_w, error; in goodix_ts_report_pen_down() local
365 input_y = get_unaligned_le16(&data[6]); in goodix_ts_report_pen_down()
369 input_y = get_unaligned_le16(&data[4]); in goodix_ts_report_pen_down()
373 touchscreen_report_pos(ts->input_pen, &ts->prop, input_x, input_y, false); in goodix_ts_report_pen_down()
408 int input_y = get_unaligned_le16(&coor_data[3]); in goodix_ts_report_touch_8b() local
414 input_x, input_y, true); in goodix_ts_report_touch_8b()
423 int input_y = get_unaligned_le16(&coor_data[5]); in goodix_ts_report_touch_9b() local
429 input_x, input_y, true); in goodix_ts_report_touch_9b()