Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/driver/hid/
Dhidparse.c116 static uint8_t space_cnt = 0; in hid_parse() local
155 … printk("%sUsage Page (%s)", __spaces(space_cnt), hid_get_usage_page_str(parser->u_page)); in hid_parse()
168 printk("%sUsage (%s)", __spaces(space_cnt), in hid_parse()
175 printk("%sUsage min (%i=%s)", __spaces(space_cnt), parser->value, in hid_parse()
181 printk("%sUsage max (%i=%s)", __spaces(space_cnt), parser->value, in hid_parse()
203 … printk("%sCollection (%s)", __spaces(space_cnt), hid_get_collection_str(parser->value)); in hid_parse()
204 space_cnt += 2; in hid_parse()
214 if (space_cnt >= 2) in hid_parse()
215 space_cnt -= 2; in hid_parse()
216 printk("%sEnd Collection", __spaces(space_cnt)); in hid_parse()
[all …]