Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-vivaldi-common.c56 report_len = hid_report_len(report); in vivaldi_feature_mapping()
H A Dhid-rmi.c688 data->input_report_size = hid_report_len(input_report); in rmi_probe()
697 data->output_report_size = hid_report_len(output_report); in rmi_probe()
H A Dhid-bigbenff.c213 len = hid_report_len(bigben->report); in bigben_worker()
H A Dhid-steam.c332 if (hid_report_len(r) < 64) in steam_recv_report()
346 buf, hid_report_len(r) + 1, in steam_recv_report()
368 if (hid_report_len(r) < 64) in steam_send_report()
H A Dhid-google-hammer.c446 len = hid_report_len(report) + 1; in hammer_get_folded_state()
H A Dwacom_sys.c328 n = hid_report_len(field->report); in wacom_feature_mapping()
389 n = hid_report_len(field->report); in wacom_feature_mapping()
602 length = hid_report_len(r); in wacom_set_device_mode()
2256 size_t report_size = hid_report_len(report); in wacom_compute_pktlen()
H A Dhid-multitouch.c479 u32 size = hid_report_len(report); in mt_get_feature()
1598 report_len = hid_report_len(report); in mt_need_to_apply_feature()
H A Dhid-input.c1861 len = hid_report_len(report); in hidinput_led_worker()
/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c239 max_report_len = max(max_report_len, hid_report_len(report)); in __hid_bpf_allocate_data()
387 report_len = hid_report_len(report); in __hid_bpf_hw_check_params()
/linux/drivers/hid/surface-hid/
H A Dsurface_kbd.c164 if (len != hid_report_len(field->report)) in skbd_get_caps_led_value()
/linux/drivers/hid/usbhid/
H A Dhid-core.c347 usbhid->urbout->transfer_buffer_length = hid_report_len(report); in hid_submit_out()
379 len = hid_report_len(report); in hid_submit_ctrl()
/linux/include/linux/
H A Dhid.h1257 static inline u32 hid_report_len(struct hid_report *report) in hid_report_len() function