Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dhid.h722 .usage_hid = (uhid), .usage_type = (utype), .usage_code = (ucode)
731 __u32 usage_type; member
/linux-5.19.10/drivers/hid/
Dhid-core.c1496 for (; id->usage_type != HID_ANY_ID - 1; id++) in hid_match_usage()
1499 (id->usage_type == HID_ANY_ID || in hid_match_usage()
1500 id->usage_type == usage->type) && in hid_match_usage()