Searched refs:hidinput_report_event (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/patches/linux-4.19/common_patch/ |
D | hdf.patch | 250 @@ -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/ |
D | hdf.patch | 252 @@ -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/ |
D | hdf.patch | 233 @@ -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/ |
D | hdf.patch | 292 @@ -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/ |
D | hdf.patch | 238 @@ -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/ |
D | hdf.patch | 237 @@ -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/ |
D | hdf.patch | 237 @@ -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/ |
D | hdf.patch | 216 EXPORT_SYMBOL_GPL(hidinput_report_event);
|
/kernel/linux/linux-5.10/include/linux/ |
D | hid.h | 886 extern void hidinput_report_event(struct hid_device *hid, struct hid_report *report);
|
/kernel/linux/linux-5.10/drivers/hid/ |
D | hid-input.c | 1424 void hidinput_report_event(struct hid_device *hid, struct hid_report *report) in hidinput_report_event() function 1434 EXPORT_SYMBOL_GPL(hidinput_report_event);
|
D | hid-core.c | 1796 hidinput_report_event(hid, report); in hid_report_raw_event()
|