Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-core.c201 static unsigned hid_lookup_collection(struct hid_parser *parser, unsigned type) in hid_lookup_collection() function
267 application = hid_lookup_collection(parser, HID_COLLECTION_APPLICATION); in hid_add_field()
311 field->physical = hid_lookup_collection(parser, HID_COLLECTION_PHYSICAL); in hid_add_field()
312 field->logical = hid_lookup_collection(parser, HID_COLLECTION_LOGICAL); in hid_add_field()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-core.c199 static unsigned hid_lookup_collection(struct hid_parser *parser, unsigned type) in hid_lookup_collection() function
265 application = hid_lookup_collection(parser, HID_COLLECTION_APPLICATION); in hid_add_field()
309 field->physical = hid_lookup_collection(parser, HID_COLLECTION_PHYSICAL); in hid_add_field()
310 field->logical = hid_lookup_collection(parser, HID_COLLECTION_LOGICAL); in hid_add_field()

Completed in 7 milliseconds