Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dhid.h886 extern void hidinput_report_event(struct hid_device *hid, struct hid_report *report);
/OK3568_Linux_fs/kernel/drivers/hid/
H A 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);
H A Dhid-core.c1796 hidinput_report_event(hid, report); in hid_report_raw_event()