Searched refs:hid_alloc_report_buf (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/hid/ |
D | hid-steam.c | 139 buf = hid_alloc_report_buf(r, GFP_KERNEL); in steam_recv_report() 170 buf = hid_alloc_report_buf(r, GFP_KERNEL); in steam_send_report()
|
D | hid-core.c | 1385 u8 *hid_alloc_report_buf(struct hid_report *report, gfp_t flags) in hid_alloc_report_buf() function 1396 EXPORT_SYMBOL_GPL(hid_alloc_report_buf); 1459 buf = hid_alloc_report_buf(report, GFP_KERNEL); in __hid_request()
|
D | hid-multitouch.c | 421 buf = hid_alloc_report_buf(report, GFP_KERNEL); in mt_get_feature() 1401 buf = hid_alloc_report_buf(report, GFP_KERNEL); in mt_need_to_apply_feature()
|
D | hid-picolcd_debugfs.c | 410 raw_data = hid_alloc_report_buf(report, GFP_ATOMIC); in picolcd_debug_out_report()
|
D | wacom_sys.c | 340 data = hid_alloc_report_buf(field->report, GFP_KERNEL); in wacom_feature_mapping() 548 rep_data = hid_alloc_report_buf(r, GFP_KERNEL); in wacom_set_device_mode()
|
D | hid-input.c | 1433 buf = hid_alloc_report_buf(report, GFP_KERNEL); in hidinput_led_worker()
|
/Linux-v4.19/include/linux/ |
D | hid.h | 885 u8 *hid_alloc_report_buf(struct hid_report *report, gfp_t flags);
|
/Linux-v4.19/drivers/hid/usbhid/ |
D | hid-core.c | 542 usbhid->out[usbhid->outhead].raw_report = hid_alloc_report_buf(report, GFP_ATOMIC); in __usbhid_submit_report() 591 usbhid->ctrl[usbhid->ctrlhead].raw_report = hid_alloc_report_buf(report, GFP_ATOMIC); in __usbhid_submit_report()
|