Searched +defs:hid_match_report +path:/hid/ (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/hid/
H A Dhid-core.c1127 * hid_match_report - check if driver's raw_event should be called
1134 static int hid_match_report(struct hid_device *hid, struct hid_report *report) hid_match_report() function
1501 if (hdrv && hdrv->raw_event && hid_match_report(hid, report)) { hid_input_report()

Completed in 60 milliseconds