Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-logitech-hidpp.c189 u8 supported_reports; member
351 !(hidpp_dev->supported_reports & HIDPP_REPORT_SHORT_SUPPORTED)) in hidpp_send_rap_command_sync()
3756 u8 supported_reports = 0; in hidpp_validate_device() local
3764 supported_reports |= HIDPP_REPORT_SHORT_SUPPORTED; in hidpp_validate_device()
3773 supported_reports |= HIDPP_REPORT_LONG_SUPPORTED; in hidpp_validate_device()
3783 supported_reports |= HIDPP_REPORT_VERY_LONG_SUPPORTED; in hidpp_validate_device()
3787 return supported_reports; in hidpp_validate_device()
3832 hidpp->supported_reports = hidpp_validate_device(hdev); in hidpp_probe()
3834 if (!hidpp->supported_reports) { in hidpp_probe()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-logitech-hidpp.c202 u8 supported_reports; member
420 !(hidpp_dev->supported_reports & HIDPP_REPORT_SHORT_SUPPORTED)) in hidpp_send_rap_command_sync()
4347 u8 supported_reports = 0; in hidpp_validate_device() local
4355 supported_reports |= HIDPP_REPORT_SHORT_SUPPORTED; in hidpp_validate_device()
4364 supported_reports |= HIDPP_REPORT_LONG_SUPPORTED; in hidpp_validate_device()
4374 supported_reports |= HIDPP_REPORT_VERY_LONG_SUPPORTED; in hidpp_validate_device()
4378 return supported_reports; in hidpp_validate_device()
4423 hidpp->supported_reports = hidpp_validate_device(hdev); in hidpp_probe()
4425 if (!hidpp->supported_reports) { in hidpp_probe()

Completed in 13 milliseconds