Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-logitech-dj.c49 #define HIDPP_REPORT_LONG_LENGTH 20 macro
917 if (size == HIDPP_REPORT_LONG_LENGTH && in logi_dj_hidpp_event()
981 if (size != HIDPP_REPORT_LONG_LENGTH) { in logi_dj_raw_event()
Dhid-logitech-hidpp.c52 #define HIDPP_REPORT_LONG_LENGTH 20 macro
187 fields_count = HIDPP_REPORT_LONG_LENGTH; in __hidpp_send_report()
288 if (param_count > (HIDPP_REPORT_LONG_LENGTH - 4)) in hidpp_send_fap_command_sync()
313 max_count = HIDPP_REPORT_LONG_LENGTH - 4; in hidpp_send_rap_command_sync()
827 count = HIDPP_REPORT_LONG_LENGTH - 4; in hidpp_devicenametype_get_device_name()
2663 if (size != HIDPP_REPORT_LONG_LENGTH) { in hidpp_raw_event()