Lines Matching refs:touch
2614 const struct cyapa_gen5_touch_record *touch) in cyapa_gen5_report_slot_data() argument
2617 u8 event_id = GEN5_GET_EVENT_ID(touch->touch_tip_event_id); in cyapa_gen5_report_slot_data()
2618 int slot = GEN5_GET_TOUCH_ID(touch->touch_tip_event_id); in cyapa_gen5_report_slot_data()
2626 x = (touch->x_hi << 8) | touch->x_lo; in cyapa_gen5_report_slot_data()
2630 y = (touch->y_hi << 8) | touch->y_lo; in cyapa_gen5_report_slot_data()
2635 touch->z); in cyapa_gen5_report_slot_data()
2637 touch->major_axis_len); in cyapa_gen5_report_slot_data()
2639 touch->minor_axis_len); in cyapa_gen5_report_slot_data()
2642 touch->major_tool_len); in cyapa_gen5_report_slot_data()
2644 touch->minor_tool_len); in cyapa_gen5_report_slot_data()
2647 touch->orientation); in cyapa_gen5_report_slot_data()