Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-core.c1492 * hid_match_usage - check if driver's event should be called
1500 static int hid_match_usage(struct hid_device *hid, struct hid_usage *usage) in hid_match_usage() function
1527 if (hdrv && hdrv->event && hid_match_usage(hid, usage)) { in hid_process_event()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-core.c1495 * hid_match_usage - check if driver's event should be called
1503 static int hid_match_usage(struct hid_device *hid, struct hid_usage *usage) in hid_match_usage() function
1530 if (hdrv && hdrv->event && hid_match_usage(hid, usage)) { in hid_process_event()

Completed in 9 milliseconds