Home
last modified time | relevance | path

Searched refs:hid_alloc_report_buf (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/hid/
H A Dhid-vivaldi-common.c52 report_data = buf = hid_alloc_report_buf(report, GFP_KERNEL); in vivaldi_feature_mapping()
H A Dhid-core.c1911 u8 *hid_alloc_report_buf(struct hid_report *report, gfp_t flags) in hid_alloc_report_buf() function
1925 EXPORT_SYMBOL_GPL(hid_alloc_report_buf);
2014 u8 *buf __free(kfree) = hid_alloc_report_buf(report, GFP_KERNEL); in __hid_request()
H A Dhid-multitouch.c521 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()
/linux/include/linux/
H A Dhid.h1042 u8 *hid_alloc_report_buf(struct hid_report *report, gfp_t flags);