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

/linux-master/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) function
1530 if (hdrv && hdrv->event && hid_match_usage(hid, usage)) {

Completed in 104 milliseconds