Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dhid.h873 extern void hidinput_report_event(struct hid_device *hid, struct hid_report *report);
/Linux-v4.19/drivers/hid/
Dhid-input.c1327 void hidinput_report_event(struct hid_device *hid, struct hid_report *report) in hidinput_report_event() function
1337 EXPORT_SYMBOL_GPL(hidinput_report_event);
Dhid-core.c1531 hidinput_report_event(hid, report); in hid_report_raw_event()