Home
last modified time | relevance | path

Searched refs:hid_report_len (Results 1 – 7 of 7) 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-google-hammer.c445 len = hid_report_len(report) + 1; in hammer_get_folded_state()
H A Dhid-multitouch.c511 u32 size = hid_report_len(report); in mt_get_feature()
1829 report_len = hid_report_len(report); in mt_need_to_apply_feature()
H A Dhid-core.c1921 u32 len = hid_report_len(report) + 7 + (report->id == 0); in hid_alloc_report_buf()
2019 len = hid_report_len(report); in __hid_request()
/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c242 max_report_len = max(max_report_len, hid_report_len(report)); in __hid_bpf_allocate_data()
389 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/include/linux/
H A Dhid.h1300 static inline u32 hid_report_len(struct hid_report *report) in hid_report_len() function