Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_local_item_parse.c92 …if (hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number_usage == UX_H… in _ux_host_class_hid_local_item_parse()
111 …tem_usages[hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number_usage]… in _ux_host_class_hid_local_item_parse()
114 hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number_usage++; in _ux_host_class_hid_local_item_parse()
155 …if (hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number_usage == UX_H… in _ux_host_class_hid_local_item_parse()
172 …tem_usages[hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number_usage]… in _ux_host_class_hid_local_item_parse()
175 … hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number_usage++; in _ux_host_class_hid_local_item_parse()
Dux_host_class_hid_report_add.c254 … (hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number_usage > 0)) in _ux_host_class_hid_report_add()
258 …AR_MEMORY, hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number_usage,… in _ux_host_class_hid_report_add()
268 …em_usages, hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number_usage in _ux_host_class_hid_report_add()
272 …ber_usage = hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number_usage; in _ux_host_class_hid_report_add()
/USBX-v6.2.1/test/regression/
Dusbx_msrc_81251_host_hid_report_add_fail_mem_test.c326 tmp3 = hid_parser->ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number_usage; in tx_demo_thread_host_simulation_entry()
327 hid_parser->ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number_usage = 1; in tx_demo_thread_host_simulation_entry()
336 …ux_host_class_hid_parser.ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number_usage in tx_demo_thread_host_simulation_entry()
362 …ux_host_class_hid_parser.ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number_usage in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_report_add_test.c322 tmp3 = hid_parser->ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number_usage; in tx_demo_thread_host_simulation_entry()
323 hid_parser->ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number_usage = 1; in tx_demo_thread_host_simulation_entry()
358 …ux_host_class_hid_parser.ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number_usage in tx_demo_thread_host_simulation_entry()
368 tmp3 = hid_parser->ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number_usage; in tx_demo_thread_host_simulation_entry()
369 hid_parser->ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number_usage = 1; in tx_demo_thread_host_simulation_entry()
400 …ux_host_class_hid_parser.ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number_usage in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h840 ULONG ux_host_class_hid_local_item_number_usage; member