Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hid/
Dhid-multitouch.c328 buf = hid_alloc_report_buf(report, GFP_KERNEL); in mt_get_feature()
920 buf = hid_alloc_report_buf(r, GFP_KERNEL); in mt_set_input_mode()
Dhid-core.c1324 u8 *hid_alloc_report_buf(struct hid_report *report, gfp_t flags) in hid_alloc_report_buf() function
1335 EXPORT_SYMBOL_GPL(hid_alloc_report_buf);
1398 buf = hid_alloc_report_buf(report, GFP_KERNEL); in __hid_request()
Dhid-picolcd_debugfs.c410 raw_data = hid_alloc_report_buf(report, GFP_ATOMIC); in picolcd_debug_out_report()
Dhid-input.c1281 buf = hid_alloc_report_buf(report, GFP_KERNEL); in hidinput_led_worker()
/linux-4.4.14/include/linux/
Dhid.h803 u8 *hid_alloc_report_buf(struct hid_report *report, gfp_t flags);
/linux-4.4.14/drivers/hid/usbhid/
Dhid-core.c536 usbhid->out[usbhid->outhead].raw_report = hid_alloc_report_buf(report, GFP_ATOMIC); in __usbhid_submit_report()
585 usbhid->ctrl[usbhid->ctrlhead].raw_report = hid_alloc_report_buf(report, GFP_ATOMIC); in __usbhid_submit_report()