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