Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hid/
Dhid-core.c1494 static int hid_match_usage(struct hid_device *hid, struct hid_usage *usage) in hid_match_usage() function
1521 if (hdrv && hdrv->event && hid_match_usage(hid, usage)) { in hid_process_event()