Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/hid/
Dhid-vivaldi-common.c56 report_len = hid_report_len(report); in vivaldi_feature_mapping()
Dhid-rmi.c690 data->input_report_size = hid_report_len(input_report); in rmi_probe()
699 data->output_report_size = hid_report_len(output_report); in rmi_probe()
Dhid-bigbenff.c213 len = hid_report_len(bigben->report); in bigben_worker()
Dhid-steam.c156 if (hid_report_len(r) < 64) in steam_recv_report()
170 buf, hid_report_len(r) + 1, in steam_recv_report()
192 if (hid_report_len(r) < 64) in steam_send_report()
Dhid-google-hammer.c469 len = hid_report_len(report) + 1; in hammer_get_folded_state()
Dwacom_sys.c313 n = hid_report_len(field->report); in wacom_feature_mapping()
374 n = hid_report_len(field->report); in wacom_feature_mapping()
587 length = hid_report_len(r); in wacom_set_device_mode()
2216 size_t report_size = hid_report_len(report); in wacom_compute_pktlen()
Dhid-multitouch.c451 u32 size = hid_report_len(report); in mt_get_feature()
1489 report_len = hid_report_len(report); in mt_need_to_apply_feature()
Dhid-core.c1877 u32 len = hid_report_len(report) + 7; in hid_alloc_report_buf()
1948 len = hid_report_len(report); in __hid_request()
Dhid-input.c1845 len = hid_report_len(report); in hidinput_led_worker()
/linux-6.6.21/drivers/hid/bpf/
Dhid_bpf_dispatch.c205 max_report_len = max(max_report_len, hid_report_len(report)); in __hid_bpf_allocate_data()
446 report_len = hid_report_len(report); in hid_bpf_hw_request()
/linux-6.6.21/drivers/hid/surface-hid/
Dsurface_kbd.c164 if (len != hid_report_len(field->report)) in skbd_get_caps_led_value()
/linux-6.6.21/drivers/hid/usbhid/
Dhid-core.c345 usbhid->urbout->transfer_buffer_length = hid_report_len(report); in hid_submit_out()
377 len = hid_report_len(report); in hid_submit_ctrl()
/linux-6.6.21/include/linux/
Dhid.h1199 static inline u32 hid_report_len(struct hid_report *report) in hid_report_len() function