Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c192 R_ITEM_USAGE, R_ITEM_USAGE_MIN, R_ITEM_USAGE_MAX, \
452 R_ITEM_USAGE) { in hidparser_get_usage_attribute_report_des()
629 R_ITEM_USAGE) { in hidparser_get_main_item_data_descr_main()
750 if (attribute->entity_attribute_tag == R_ITEM_USAGE) { in hidparser_lookup_usage_collection()
813 if (attribute->entity_attribute_tag == R_ITEM_USAGE) { in hidparser_get_top_level_collection_usage()
918 R_ITEM_USAGE) { in hidparser_get_usage_list_in_order_internal()
965 case R_ITEM_USAGE: in hidparser_get_usage_list_in_order_internal()
1989 case R_ITEM_USAGE: in hidparser_LocalItem()
2002 R_ITEM_USAGE, in hidparser_LocalItem()
2339 items[R_ITEM_USAGE] = "Usage"; in hidparser_initialize_items()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/clients/hidparser/
H A Dhidparser_impl.h206 #define R_ITEM_USAGE 0x08 macro