Searched refs:hid_alloc_report_buf (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/hid/ | 
| D | hid-steam.c | 140 	buf = hid_alloc_report_buf(r, GFP_KERNEL);  in steam_recv_report()171 	buf = hid_alloc_report_buf(r, GFP_KERNEL);  in steam_send_report()
 
 | 
| D | hid-core.c | 1572 u8 *hid_alloc_report_buf(struct hid_report *report, gfp_t flags)  in hid_alloc_report_buf()  function1583 EXPORT_SYMBOL_GPL(hid_alloc_report_buf);
 1646 	buf = hid_alloc_report_buf(report, GFP_KERNEL);  in __hid_request()
 
 | 
| D | wacom_sys.c | 316 			data = hid_alloc_report_buf(field->report, GFP_KERNEL);  in wacom_feature_mapping()375 		data = hid_alloc_report_buf(field->report, GFP_KERNEL);  in wacom_feature_mapping()
 583 	rep_data = hid_alloc_report_buf(r, GFP_KERNEL);  in wacom_set_device_mode()
 
 | 
| D | hid-multitouch.c | 427 	buf = hid_alloc_report_buf(report, GFP_KERNEL);  in mt_get_feature()1427 			buf = hid_alloc_report_buf(report, GFP_KERNEL);  in mt_need_to_apply_feature()
 
 | 
| D | hid-picolcd_debugfs.c | 400 	raw_data = hid_alloc_report_buf(report, GFP_ATOMIC);  in picolcd_debug_out_report()
 | 
| D | hid-input.c | 1499 	buf = hid_alloc_report_buf(report, GFP_KERNEL);  in hidinput_led_worker()
 | 
| /Linux-v5.4/include/linux/ | 
| D | hid.h | 887 u8 *hid_alloc_report_buf(struct hid_report *report, gfp_t flags);
 | 
| /Linux-v5.4/drivers/hid/usbhid/ | 
| D | hid-core.c | 539 		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()
 
 |