Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c2621 hidparser_global_err_check(entity_item_t *mainitem) in hidparser_global_err_check() argument
2623 hidparser_check_minmax_val_signed(mainitem, R_ITEM_LOGICAL_MINIMUM, in hidparser_global_err_check()
2625 hidparser_check_minmax_val_signed(mainitem, R_ITEM_PHYSICAL_MINIMUM, in hidparser_global_err_check()
2627 hidparser_check_correspondence(mainitem, R_ITEM_PHYSICAL_MINIMUM, in hidparser_global_err_check()
2631 hidparser_check_correspondence(mainitem, R_ITEM_PUSH, R_ITEM_POP, in hidparser_global_err_check()
2643 hidparser_mainitem_err_check(entity_item_t *mainitem) in hidparser_mainitem_err_check() argument
2648 attr = mainitem->entity_item_attributes; in hidparser_mainitem_err_check()
2675 if ((mainitem->entity_item_type == R_ITEM_COLLECTION) || in hidparser_mainitem_err_check()
2676 (mainitem->entity_item_type == R_ITEM_END_COLLECTION)) { in hidparser_mainitem_err_check()
2684 mainitem->entity_item_type, in hidparser_mainitem_err_check()
[all …]