Searched refs:hid_report_len (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-vivaldi-common.c56 report_len = hid_report_len(report);
H A Dhid-rmi.c688 data->input_report_size = hid_report_len(input_report);
697 data->output_report_size = hid_report_len(output_report);
H A Dhid-steam.c320 if (hid_report_len(r) < 64)
329 * hid_report_len() is not counting the report ID, so +1 to the length
334 buf, hid_report_len(r) + 1,
356 if (hid_report_len(r) < 64)
H A Dhid-bigbenff.c213 len = hid_report_len(bigben->report);
H A Dhid-google-hammer.c469 len = hid_report_len(report) + 1;
H A Dwacom_sys.c313 n = hid_report_len(field->report);
374 n = hid_report_len(field->report);
587 length = hid_report_len(r);
2223 size_t report_size = hid_report_len(report);
H A Dhid-multitouch.c450 u32 size = hid_report_len(report);
1488 report_len = hid_report_len(report);
H A Dhid-core.c1877 u32 len = hid_report_len(report) + 7;
1948 len = hid_report_len(report);
H A Dhid-input.c1847 len = hid_report_len(report);
/linux-master/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c209 max_report_len = max(max_report_len, hid_report_len(report));
453 report_len = hid_report_len(report);
/linux-master/drivers/hid/surface-hid/
H A Dsurface_kbd.c164 if (len != hid_report_len(field->report))
/linux-master/drivers/hid/usbhid/
H A Dhid-core.c345 usbhid->urbout->transfer_buffer_length = hid_report_len(report);
377 len = hid_report_len(report);
/linux-master/include/linux/
H A Dhid.h1195 * hid_report_len - calculate the report length
1199 static inline u32 hid_report_len(struct hid_report *report) function

Completed in 175 milliseconds