Home
last modified time | relevance | path

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

/DragonOS-0.1.5/kernel/src/driver/hid/
Dhidparse.c21 static const char *hid_get_collection_str(const int value);
203 … printk("%sCollection (%s)", __spaces(space_cnt), hid_get_collection_str(parser->value)); in hid_parse()
478 static const char *hid_get_collection_str(const int value) in hid_get_collection_str() function