Searched refs:input_y (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/input/touchscreen/ |
D | goodix.c | 342 int input_x, input_y, input_w, error; in goodix_ts_report_pen_down() local 355 input_y = get_unaligned_le16(&data[6]); in goodix_ts_report_pen_down() 359 input_y = get_unaligned_le16(&data[4]); in goodix_ts_report_pen_down() 363 touchscreen_report_pos(ts->input_pen, &ts->prop, input_x, input_y, false); in goodix_ts_report_pen_down() 398 int input_y = get_unaligned_le16(&coor_data[3]); in goodix_ts_report_touch_8b() local 404 input_x, input_y, true); in goodix_ts_report_touch_8b() 413 int input_y = get_unaligned_le16(&coor_data[5]); in goodix_ts_report_touch_9b() local 419 input_x, input_y, true); in goodix_ts_report_touch_9b()
|