Lines Matching refs:touch
2658 const struct cyapa_pip_touch_record *touch) in cyapa_pip_report_slot_data() argument
2661 u8 event_id = PIP_GET_EVENT_ID(touch->touch_tip_event_id); in cyapa_pip_report_slot_data()
2662 int slot = PIP_GET_TOUCH_ID(touch->touch_tip_event_id); in cyapa_pip_report_slot_data()
2670 x = (touch->x_hi << 8) | touch->x_lo; in cyapa_pip_report_slot_data()
2673 y = (touch->y_hi << 8) | touch->y_lo; in cyapa_pip_report_slot_data()
2680 touch->z); in cyapa_pip_report_slot_data()
2682 touch->major_axis_len); in cyapa_pip_report_slot_data()
2684 touch->minor_axis_len); in cyapa_pip_report_slot_data()
2687 touch->major_tool_len); in cyapa_pip_report_slot_data()
2689 touch->minor_tool_len); in cyapa_pip_report_slot_data()
2692 touch->orientation); in cyapa_pip_report_slot_data()