Searched refs:hid_alloc_report_buf (Results 1 – 4 of 4) sorted by relevance
52 report_data = buf = hid_alloc_report_buf(report, GFP_KERNEL); in vivaldi_feature_mapping()
1911 u8 *hid_alloc_report_buf(struct hid_report *report, gfp_t flags) in hid_alloc_report_buf() function1925 EXPORT_SYMBOL_GPL(hid_alloc_report_buf);2014 u8 *buf __free(kfree) = hid_alloc_report_buf(report, GFP_KERNEL); in __hid_request()
521 buf = hid_alloc_report_buf(report, GFP_KERNEL); in mt_get_feature()1830 buf = hid_alloc_report_buf(report, GFP_KERNEL); in mt_need_to_apply_feature()
1042 u8 *hid_alloc_report_buf(struct hid_report *report, gfp_t flags);