Searched refs:supported_reports (Results 1 – 1 of 1) sorted by relevance
203 u8 supported_reports; member426 !(hidpp_dev->supported_reports & HIDPP_REPORT_SHORT_SUPPORTED)) in hidpp_send_rap_command_sync()4327 u8 supported_reports = 0; in hidpp_validate_device() local4335 supported_reports |= HIDPP_REPORT_SHORT_SUPPORTED; in hidpp_validate_device()4344 supported_reports |= HIDPP_REPORT_LONG_SUPPORTED; in hidpp_validate_device()4354 supported_reports |= HIDPP_REPORT_VERY_LONG_SUPPORTED; in hidpp_validate_device()4358 return supported_reports; in hidpp_validate_device()4401 hidpp->supported_reports = hidpp_validate_device(hdev); in hidpp_probe()4403 if (!hidpp->supported_reports) { in hidpp_probe()