Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hid/
Dhid-vivaldi.c93 report_data = buf = hid_alloc_report_buf(report, GFP_KERNEL); in vivaldi_feature_mapping()
Dhid-steam.c145 buf = hid_alloc_report_buf(r, GFP_KERNEL); in steam_recv_report()
181 buf = hid_alloc_report_buf(r, GFP_KERNEL); in steam_send_report()
Dhid-core.c1645 u8 *hid_alloc_report_buf(struct hid_report *report, gfp_t flags) in hid_alloc_report_buf() function
1656 EXPORT_SYMBOL_GPL(hid_alloc_report_buf);
1719 buf = hid_alloc_report_buf(report, GFP_KERNEL); in __hid_request()
Dwacom_sys.c319 data = hid_alloc_report_buf(field->report, GFP_KERNEL); in wacom_feature_mapping()
380 data = hid_alloc_report_buf(field->report, GFP_KERNEL); in wacom_feature_mapping()
588 rep_data = hid_alloc_report_buf(r, GFP_KERNEL); in wacom_set_device_mode()
Dhid-multitouch.c431 buf = hid_alloc_report_buf(report, GFP_KERNEL); in mt_get_feature()
1437 buf = hid_alloc_report_buf(report, GFP_KERNEL); in mt_need_to_apply_feature()
Dhid-picolcd_debugfs.c400 raw_data = hid_alloc_report_buf(report, GFP_ATOMIC); in picolcd_debug_out_report()
Dhid-input.c1530 buf = hid_alloc_report_buf(report, GFP_KERNEL); in hidinput_led_worker()
/kernel/linux/linux-5.10/include/linux/
Dhid.h898 u8 *hid_alloc_report_buf(struct hid_report *report, gfp_t flags);
/kernel/linux/linux-5.10/drivers/hid/usbhid/
Dhid-core.c539 usbhid->out[usbhid->outhead].raw_report = hid_alloc_report_buf(report, GFP_ATOMIC); in __usbhid_submit_report()
588 usbhid->ctrl[usbhid->ctrlhead].raw_report = hid_alloc_report_buf(report, GFP_ATOMIC); in __usbhid_submit_report()