Lines Matching refs:report_length
3484 int id, report_length, supported_reports = 0; in hidpp_validate_device() local
3487 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device()
3488 if (report_length) { in hidpp_validate_device()
3489 if (report_length < HIDPP_REPORT_SHORT_LENGTH) in hidpp_validate_device()
3496 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device()
3497 if (report_length) { in hidpp_validate_device()
3498 if (report_length < HIDPP_REPORT_LONG_LENGTH) in hidpp_validate_device()
3505 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device()
3506 if (report_length) { in hidpp_validate_device()
3507 if (report_length < HIDPP_REPORT_LONG_LENGTH || in hidpp_validate_device()
3508 report_length > HIDPP_REPORT_VERY_LONG_MAX_LENGTH) in hidpp_validate_device()
3512 hidpp->very_long_report_length = report_length; in hidpp_validate_device()