Home
last modified time | relevance | path

Searched refs:supported_reports (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-logitech-hidpp.c196 u8 supported_reports; member
358 !(hidpp_dev->supported_reports & HIDPP_REPORT_SHORT_SUPPORTED)) in hidpp_send_rap_command_sync()
3710 u8 supported_reports = 0; in hidpp_validate_device() local
3718 supported_reports |= HIDPP_REPORT_SHORT_SUPPORTED; in hidpp_validate_device()
3727 supported_reports |= HIDPP_REPORT_LONG_SUPPORTED; in hidpp_validate_device()
3737 supported_reports |= HIDPP_REPORT_VERY_LONG_SUPPORTED; in hidpp_validate_device()
3741 return supported_reports; in hidpp_validate_device()
3786 hidpp->supported_reports = hidpp_validate_device(hdev); in hidpp_probe()
3788 if (!hidpp->supported_reports) { in hidpp_probe()