Symbol: PIP_RESP_REPORT_ID_OFFSET
drivers/input/mouse/cyapa.h
229
(((resp)[PIP_RESP_REPORT_ID_OFFSET] == PIP_APP_RESP_REPORT_ID) && \
drivers/input/mouse/cyapa_gen5.c
1126
buf[PIP_RESP_REPORT_ID_OFFSET] ==
drivers/input/mouse/cyapa_gen5.c
1156
resp_data[PIP_RESP_REPORT_ID_OFFSET] ==
drivers/input/mouse/cyapa_gen5.c
2822
report_id = report_data->report_head[PIP_RESP_REPORT_ID_OFFSET];
drivers/input/mouse/cyapa_gen5.c
677
if (data[PIP_RESP_REPORT_ID_OFFSET] == PIP_BL_RESP_REPORT_ID &&
drivers/input/mouse/cyapa_gen5.c
694
if (data[PIP_RESP_REPORT_ID_OFFSET] == PIP_APP_RESP_REPORT_ID &&
drivers/input/mouse/cyapa_gen5.c
741
if (buf[PIP_RESP_REPORT_ID_OFFSET] == PIP_HID_BL_REPORT_ID &&
drivers/input/mouse/cyapa_gen5.c
745
} else if ((buf[PIP_RESP_REPORT_ID_OFFSET] ==
drivers/input/mouse/cyapa_gen5.c
760
buf[PIP_RESP_REPORT_ID_OFFSET] ==
drivers/input/mouse/cyapa_gen5.c
813
(resp_data[PIP_RESP_REPORT_ID_OFFSET] ==
drivers/input/mouse/cyapa_gen5.c
820
(resp_data[PIP_RESP_REPORT_ID_OFFSET] ==
drivers/input/mouse/cyapa_gen5.c
855
if (reg_data[PIP_RESP_REPORT_ID_OFFSET] ==
drivers/input/mouse/cyapa_gen5.c
878
(resp_data[PIP_RESP_REPORT_ID_OFFSET] ==
drivers/input/mouse/cyapa_gen5.c
897
switch (reg_data[PIP_RESP_REPORT_ID_OFFSET]) {
drivers/input/mouse/cyapa_gen5.c
941
if (reg_data[PIP_RESP_REPORT_ID_OFFSET] ==
drivers/input/mouse/cyapa_gen5.c
951
} else if ((pip->empty_buf[PIP_RESP_REPORT_ID_OFFSET] ==
drivers/input/mouse/cyapa_gen5.c
962
} else if (pip->empty_buf[PIP_RESP_REPORT_ID_OFFSET] ==
drivers/input/mouse/cyapa_gen6.c
167
if (resp_data[PIP_RESP_REPORT_ID_OFFSET] == PIP_HID_BL_REPORT_ID)
drivers/input/mouse/cyapa_gen6.c
169
else if (resp_data[PIP_RESP_REPORT_ID_OFFSET] == PIP_HID_APP_REPORT_ID)
drivers/input/mouse/cyapa_gen6.c
81
if (buf[PIP_RESP_REPORT_ID_OFFSET] == PIP_HID_APP_REPORT_ID ||
drivers/input/mouse/cyapa_gen6.c
82
buf[PIP_RESP_REPORT_ID_OFFSET] == PIP_HID_BL_REPORT_ID)