Searched refs:hid_alloc_report_buf (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/hid/ |
H A D | hid-vivaldi-common.c | 52 report_data = buf = hid_alloc_report_buf(report, GFP_KERNEL); in vivaldi_feature_mapping()
|
H A D | hid-bigbenff.c | 209 buf = hid_alloc_report_buf(bigben->report, GFP_KERNEL); in bigben_worker()
|
H A D | hid-steam.c | 334 buf = hid_alloc_report_buf(r, GFP_KERNEL); in steam_recv_report() 370 buf = hid_alloc_report_buf(r, GFP_KERNEL); in steam_send_report()
|
H A D | hid-core.c | 1869 u8 *hid_alloc_report_buf(struct hid_report *report, gfp_t flags) in hid_alloc_report_buf() function 1880 EXPORT_SYMBOL_GPL(hid_alloc_report_buf); 1968 buf = hid_alloc_report_buf(report, GFP_KERNEL); in __hid_request()
|
H A D | wacom_sys.c | 314 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()
|
H A D | hid-picolcd_debugfs.c | 400 raw_data = hid_alloc_report_buf(report, GFP_ATOMIC); in picolcd_debug_out_report()
|
H A D | hid-multitouch.c | 466 buf = hid_alloc_report_buf(report, GFP_KERNEL); in mt_get_feature() 1520 buf = hid_alloc_report_buf(report, GFP_KERNEL); in mt_need_to_apply_feature()
|
H A D | hid-input.c | 1834 buf = hid_alloc_report_buf(report, GFP_KERNEL); in hidinput_led_worker()
|
/linux/drivers/hid/usbhid/ |
H A D | hid-core.c | 538 usbhid->out[usbhid->outhead].raw_report = hid_alloc_report_buf(report, GFP_ATOMIC); in __usbhid_submit_report() 587 usbhid->ctrl[usbhid->ctrlhead].raw_report = hid_alloc_report_buf(report, GFP_ATOMIC); in __usbhid_submit_report()
|
/linux/include/linux/ |
H A D | hid.h | 953 u8 *hid_alloc_report_buf(struct hid_report *report, gfp_t flags);
|