Lines Matching refs:report_length
3755 int id, report_length;
3759 report_length = hidpp_get_report_length(hdev, id);
3760 if (report_length) {
3761 if (report_length < HIDPP_REPORT_SHORT_LENGTH)
3768 report_length = hidpp_get_report_length(hdev, id);
3769 if (report_length) {
3770 if (report_length < HIDPP_REPORT_LONG_LENGTH)
3777 report_length = hidpp_get_report_length(hdev, id);
3778 if (report_length) {
3779 if (report_length < HIDPP_REPORT_LONG_LENGTH ||
3780 report_length > HIDPP_REPORT_VERY_LONG_MAX_LENGTH)
3784 hidpp->very_long_report_length = report_length;