Home
last modified time | relevance | path

Searched refs:ux_host_class_hid_parser_local (Results 1 – 6 of 6) 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 …hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_usages[hid_parser -> ux_… 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()
122 hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_usage_min = in _ux_host_class_hid_local_item_parse()
131 hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_usage_max = in _ux_host_class_hid_local_item_parse()
135 …if (hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_usage_max < hid_pars… in _ux_host_class_hid_local_item_parse()
148 …usage_min = (ULONG)(hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_usa… in _ux_host_class_hid_local_item_parse()
149 …usage_max = (ULONG)(hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_usa… 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 …hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_usages[hid_parser -> ux_… in _ux_host_class_hid_local_item_parse()
[all …]
Dux_host_class_hid_report_add.c218 …_field -> ux_host_class_hid_field_usage_min = hid_parser -> ux_host_class_hid_parser_local.ux_hos… in _ux_host_class_hid_report_add()
219 …_field -> ux_host_class_hid_field_usage_max = hid_parser -> ux_host_class_hid_parser_local.ux_hos… in _ux_host_class_hid_report_add()
254 … (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 …cate_mulc_safe(UX_NO_ALIGN, UX_REGULAR_MEMORY, hid_parser -> ux_host_class_hid_parser_local.ux_hos… in _ux_host_class_hid_report_add()
268 …ages, hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_usages, hid_parser… in _ux_host_class_hid_report_add()
272 …ield -> ux_host_class_hid_field_number_usage = hid_parser -> ux_host_class_hid_parser_local.ux_hos… in _ux_host_class_hid_report_add()
Dux_host_class_hid_main_item_parse.c109 …rser -> ux_host_class_hid_parser_main_usage = hid_parser -> ux_host_class_hid_parser_local.ux_hos… in _ux_host_class_hid_main_item_parse()
181 …_ux_utility_memory_set(&hid_parser -> ux_host_class_hid_parser_local, 0, sizeof(UX_HOST_CLASS_HID_… in _ux_host_class_hid_main_item_parse()
/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 …hid -> ux_host_class_hid_parser.ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number… in tx_demo_thread_host_simulation_entry()
362 …hid -> ux_host_class_hid_parser.ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number… 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 …hid -> ux_host_class_hid_parser.ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number… 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 …hid -> ux_host_class_hid_parser.ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number… in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h932 ux_host_class_hid_parser_local; member