Searched refs:hid_report_len (Results 1 – 7 of 7) sorted by relevance
56 report_len = hid_report_len(report); in vivaldi_feature_mapping()
445 len = hid_report_len(report) + 1; in hammer_get_folded_state()
511 u32 size = hid_report_len(report); in mt_get_feature()1829 report_len = hid_report_len(report); in mt_need_to_apply_feature()
1921 u32 len = hid_report_len(report) + 7 + (report->id == 0); in hid_alloc_report_buf()2019 len = hid_report_len(report); in __hid_request()
242 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()
164 if (len != hid_report_len(field->report)) in skbd_get_caps_led_value()
1300 static inline u32 hid_report_len(struct hid_report *report) in hid_report_len() function