Lines Matching refs:report_length
3709 int id, report_length; in hidpp_validate_device() local
3713 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device()
3714 if (report_length) { in hidpp_validate_device()
3715 if (report_length < HIDPP_REPORT_SHORT_LENGTH) in hidpp_validate_device()
3722 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device()
3723 if (report_length) { in hidpp_validate_device()
3724 if (report_length < HIDPP_REPORT_LONG_LENGTH) in hidpp_validate_device()
3731 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device()
3732 if (report_length) { in hidpp_validate_device()
3733 if (report_length < HIDPP_REPORT_LONG_LENGTH || in hidpp_validate_device()
3734 report_length > HIDPP_REPORT_VERY_LONG_MAX_LENGTH) in hidpp_validate_device()
3738 hidpp->very_long_report_length = report_length; in hidpp_validate_device()