Lines Matching refs:touch
2710 const struct cyapa_pip_touch_record *touch) in cyapa_pip_report_slot_data() argument
2713 u8 event_id = PIP_GET_EVENT_ID(touch->touch_tip_event_id); in cyapa_pip_report_slot_data()
2714 int slot = PIP_GET_TOUCH_ID(touch->touch_tip_event_id); in cyapa_pip_report_slot_data()
2722 x = (touch->x_hi << 8) | touch->x_lo; in cyapa_pip_report_slot_data()
2725 y = (touch->y_hi << 8) | touch->y_lo; in cyapa_pip_report_slot_data()
2732 touch->z); in cyapa_pip_report_slot_data()
2734 touch->major_axis_len); in cyapa_pip_report_slot_data()
2736 touch->minor_axis_len); in cyapa_pip_report_slot_data()
2739 touch->major_tool_len); in cyapa_pip_report_slot_data()
2741 touch->minor_tool_len); in cyapa_pip_report_slot_data()
2744 touch->orientation); in cyapa_pip_report_slot_data()