Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c326 if (current->entity_item_type == R_ITEM_COLLECTION) { in hidparser_get_packet_size_report_des()
435 if (current->entity_item_type == R_ITEM_COLLECTION) { in hidparser_get_usage_attribute_report_des()
610 if (current->entity_item_type == R_ITEM_COLLECTION) { in hidparser_get_main_item_data_descr_main()
740 if (current->entity_item_type != R_ITEM_COLLECTION) { in hidparser_lookup_usage_collection()
807 if (current->entity_item_type != R_ITEM_COLLECTION) { in hidparser_get_top_level_collection_usage()
906 if (current->entity_item_type == R_ITEM_COLLECTION) { in hidparser_get_usage_list_in_order_internal()
1623 R_ITEM_COLLECTION) { in hidparser_ItemList()
1656 R_ITEM_COLLECTION) { in hidparser_ItemList()
1715 case R_ITEM_COLLECTION: in hidparser_MainItem()
2366 items[R_ITEM_COLLECTION] = "Collection"; in hidparser_initialize_items()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/clients/hidparser/
H A Dhidparser_impl.h187 #define R_ITEM_COLLECTION 0xA0 macro