Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_hid_report_descriptor_push_pop_test.c366 report_field -> ux_host_class_hid_field_report_count != 7 || in tx_demo_thread_host_simulation_entry()
396 report_field -> ux_host_class_hid_field_report_count != 5 || in tx_demo_thread_host_simulation_entry()
426 report_field -> ux_host_class_hid_field_report_count != 3 || in tx_demo_thread_host_simulation_entry()
456 report_field -> ux_host_class_hid_field_report_count != 1 || in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_logitech_pro_x_superlight_test.c368 calc_n_item += hid_field -> ux_host_class_hid_field_report_count; in tx_demo_thread_host_simulation_entry()
369 …calc_n_bits += hid_field -> ux_host_class_hid_field_report_count * hid_field -> ux_host_class_hid_… in tx_demo_thread_host_simulation_entry()
371 …(void*)hid_field, hid_field ->ux_host_class_hid_field_report_count, hid_field->ux_host_class_hid_f… in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_multiple_fields_and_reports_test.c306 report_field -> ux_host_class_hid_field_report_count != 3 in tx_demo_thread_host_simulation_entry()
318 report_field -> ux_host_class_hid_field_report_count != 6 in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_previous_report_test.c304 report_field -> ux_host_class_hid_field_report_count != 0x04 || in tx_demo_thread_host_simulation_entry()
328 report_field -> ux_host_class_hid_field_report_count != 0x01 || in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_delimiter_test.c309 report_field -> ux_host_class_hid_field_report_count != 1 || in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_multiple_collections_test.c366 … report_field -> ux_host_class_hid_field_report_count != (8*report_id + 2*field + 1) || in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_report_add.c233 …new_hid_field -> ux_host_class_hid_field_report_count = hid_parser -> ux_host_class_hid_parser_gl… in _ux_host_class_hid_report_add()
241 … new_hid_field -> ux_host_class_hid_field_report_count, 4); in _ux_host_class_hid_report_add()
Dux_host_class_hid_field_decompress.c98 …field_report_count = 0; field_report_count < hid_field -> ux_host_class_hid_field_report_count; fi… in _ux_host_class_hid_field_decompress()
Dux_host_class_hid_report_compress.c110 …field_report_count = 0; field_report_count < hid_field -> ux_host_class_hid_field_report_count; fi… in _ux_host_class_hid_report_compress()
Dux_host_class_hid_transfer_request_completed.c240 …field_report_count = 0; field_report_count < hid_field -> ux_host_class_hid_field_report_count; fi… in _ux_host_class_hid_transfer_request_completed()
Dux_host_class_hid_keyboard_activate.c256 …_instance -> ux_host_class_hid_keyboard_key_count += field -> ux_host_class_hid_field_report_count; in _ux_host_class_hid_keyboard_activate()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h887 ULONG ux_host_class_hid_field_report_count; member