Lines Matching refs:report_length
4340 int id, report_length; in hidpp_validate_device() local
4344 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device()
4345 if (report_length) { in hidpp_validate_device()
4346 if (report_length < HIDPP_REPORT_SHORT_LENGTH) in hidpp_validate_device()
4353 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device()
4354 if (report_length) { in hidpp_validate_device()
4355 if (report_length < HIDPP_REPORT_LONG_LENGTH) in hidpp_validate_device()
4362 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device()
4363 if (report_length) { in hidpp_validate_device()
4364 if (report_length < HIDPP_REPORT_LONG_LENGTH || in hidpp_validate_device()
4365 report_length > HIDPP_REPORT_VERY_LONG_MAX_LENGTH) in hidpp_validate_device()
4369 hidpp->very_long_report_length = report_length; in hidpp_validate_device()