Home
last modified time | relevance | path

Searched refs:hidinput_report_event (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/patches/linux-4.19/common_patch/
Dhdf.patch250 @@ -1365,7 +1369,15 @@ void hidinput_report_event(struct hid_device *hid, struct hid_report *report)
264 EXPORT_SYMBOL_GPL(hidinput_report_event);
/kernel/linux/patches/linux-5.10/common_patch/
Dhdf.patch252 @@ -1418,7 +1422,15 @@ void hidinput_report_event(struct hid_device *hid, struct hid_report *report)
266 EXPORT_SYMBOL_GPL(hidinput_report_event);
/kernel/linux/patches/linux-5.10/imx8mm_patch/
Dhdf.patch233 @@ -1418,7 +1422,15 @@ void hidinput_report_event(struct hid_device *hid, struct hid_report *report)
247 EXPORT_SYMBOL_GPL(hidinput_report_event);
/kernel/linux/patches/linux-5.10/zhiyuan_patch/
Dhdf.patch292 @@ -1416,7 +1420,15 @@ void hidinput_report_event(struct hid_device *hid, struct hid_report *report)
306 EXPORT_SYMBOL_GPL(hidinput_report_event);
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dhdf.patch238 @@ -1416,7 +1420,15 @@ void hidinput_report_event(struct hid_device *hid, struct hid_report *report)
252 EXPORT_SYMBOL_GPL(hidinput_report_event);
/kernel/linux/patches/linux-5.10/rk3568_patch/
Dhdf.patch237 @@ -1416,7 +1420,15 @@ void hidinput_report_event(struct hid_device *hid, struct hid_report *report)
251 EXPORT_SYMBOL_GPL(hidinput_report_event);
/kernel/linux/patches/linux-5.10/khdvk_3566b_patch/
Dhdf.patch237 @@ -1416,7 +1420,15 @@ void hidinput_report_event(struct hid_device *hid, struct hid_report *report)
251 EXPORT_SYMBOL_GPL(hidinput_report_event);
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dhdf.patch216 EXPORT_SYMBOL_GPL(hidinput_report_event);
/kernel/linux/linux-5.10/include/linux/
Dhid.h886 extern void hidinput_report_event(struct hid_device *hid, struct hid_report *report);
/kernel/linux/linux-5.10/drivers/hid/
Dhid-input.c1424 void hidinput_report_event(struct hid_device *hid, struct hid_report *report) in hidinput_report_event() function
1434 EXPORT_SYMBOL_GPL(hidinput_report_event);
Dhid-core.c1796 hidinput_report_event(hid, report); in hid_report_raw_event()