Lines Matching refs:report_length
4346 int id, report_length;
4350 report_length = hidpp_get_report_length(hdev, id);
4351 if (report_length) {
4352 if (report_length < HIDPP_REPORT_SHORT_LENGTH)
4359 report_length = hidpp_get_report_length(hdev, id);
4360 if (report_length) {
4361 if (report_length < HIDPP_REPORT_LONG_LENGTH)
4368 report_length = hidpp_get_report_length(hdev, id);
4369 if (report_length) {
4370 if (report_length < HIDPP_REPORT_LONG_LENGTH ||
4371 report_length > HIDPP_REPORT_VERY_LONG_MAX_LENGTH)
4375 hidpp->very_long_report_length = report_length;