Searched refs:supported_reports (Results 1 – 1 of 1) sorted by relevance
202 u8 supported_reports; member420 !(hidpp_dev->supported_reports & HIDPP_REPORT_SHORT_SUPPORTED)) in hidpp_send_rap_command_sync()4341 u8 supported_reports = 0; in hidpp_validate_device() local4349 supported_reports |= HIDPP_REPORT_SHORT_SUPPORTED; in hidpp_validate_device()4358 supported_reports |= HIDPP_REPORT_LONG_SUPPORTED; in hidpp_validate_device()4368 supported_reports |= HIDPP_REPORT_VERY_LONG_SUPPORTED; in hidpp_validate_device()4372 return supported_reports; in hidpp_validate_device()4418 hidpp->supported_reports = hidpp_validate_device(hdev); in hidpp_probe()4420 if (!hidpp->supported_reports) { in hidpp_probe()