Home
last modified time | relevance | path

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

/drivers/hid/
Dhid-core.c186 static unsigned hid_lookup_collection(struct hid_parser *parser, unsigned type) in hid_lookup_collection() function
261 field->physical = hid_lookup_collection(parser, HID_COLLECTION_PHYSICAL); in hid_add_field()
262 field->logical = hid_lookup_collection(parser, HID_COLLECTION_LOGICAL); in hid_add_field()
263 field->application = hid_lookup_collection(parser, HID_COLLECTION_APPLICATION); in hid_add_field()