Home
last modified time | relevance | path

Searched refs:hid_match_report (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-core.c1470 * hid_match_report - check if driver's raw_event should be called
1477 static int hid_match_report(struct hid_device *hid, struct hid_report *report) in hid_match_report() function
1867 if (hdrv && hdrv->raw_event && hid_match_report(hid, report)) { in hid_input_report()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-core.c1473 * hid_match_report - check if driver's raw_event should be called
1480 static int hid_match_report(struct hid_device *hid, struct hid_report *report) in hid_match_report() function
2084 if (hdrv && hdrv->raw_event && hid_match_report(hid, report)) { in hid_input_report()

Completed in 7 milliseconds