Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c2422 unsigned char *entity_descriptor; in hidparser_scan() local
2430 entity_descriptor = scan_ifp->hidparser_tok_entity_descriptor; in hidparser_scan()
2435 ch = 0xFF & entity_descriptor[index]; in hidparser_scan()
2457 parsed_length = entity_descriptor[index++]; in hidparser_scan()
2458 ch = entity_descriptor[index++]; in hidparser_scan()
2474 parsed_text[count] = entity_descriptor[index]; in hidparser_scan()