Lines Matching defs:touch_report
2464 struct hidpp_touchpad_raw_xy_finger *touch_report)
2469 if (!touch_report->finger_id || touch_report->contact_type)
2473 slot = input_mt_get_slot_by_key(hidpp->input, touch_report->finger_id);
2477 touch_report->contact_status);
2478 if (touch_report->contact_status) {
2480 touch_report->x);
2482 wd->flip_y ? wd->y_size - touch_report->y :
2483 touch_report->y);
2485 touch_report->area);