Lines Matching defs:touch_report
2975 struct hidpp_touchpad_raw_xy_finger *touch_report)
2980 if (!touch_report->finger_id || touch_report->contact_type)
2984 slot = input_mt_get_slot_by_key(hidpp->input, touch_report->finger_id);
2988 touch_report->contact_status);
2989 if (touch_report->contact_status) {
2991 touch_report->x);
2993 wd->flip_y ? wd->y_size - touch_report->y :
2994 touch_report->y);
2996 touch_report->area);