Home
last modified time | relevance | path

Searched refs:report_head (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/input/mouse/
Dcyapa_gen5.c223 u8 report_head[PIP_TOUCH_REPORT_HEAD_SIZE]; member
2626 u8 buttons = report_data->report_head[PIP_BUTTONS_OFFSET]; in cyapa_pip_report_buttons()
2650 u8 distance = report_data->report_head[PIP_PROXIMITY_DISTANCE_OFFSET] & in cyapa_pip_report_proximity()
2702 touch_num = report_data->report_head[PIP_NUMBER_OF_TOUCH_OFFSET] & in cyapa_pip_report_touches()
2735 &report_data.report_head[PIP_RESP_LENGTH_OFFSET]); in cyapa_pip_irq_handler()
2739 report_len, report_data.report_head[0], in cyapa_pip_irq_handler()
2740 report_data.report_head[1]); in cyapa_pip_irq_handler()
2755 report_id = report_data.report_head[PIP_RESP_REPORT_ID_OFFSET]; in cyapa_pip_irq_handler()