Home
last modified time | relevance | path

Searched refs:ux_host_class_hid_report_field (Results 1 – 18 of 18) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_instance_clean.c93 hid_field = hid_report -> ux_host_class_hid_report_field; in _ux_host_class_hid_instance_clean()
133 hid_field = hid_report -> ux_host_class_hid_report_field; in _ux_host_class_hid_instance_clean()
173 hid_field = hid_report -> ux_host_class_hid_report_field; in _ux_host_class_hid_instance_clean()
Dux_host_class_hid_report_add.c277 if (new_hid_report -> ux_host_class_hid_report_field == UX_NULL) in _ux_host_class_hid_report_add()
281 new_hid_report -> ux_host_class_hid_report_field = new_hid_field; in _ux_host_class_hid_report_add()
287 hid_field = new_hid_report -> ux_host_class_hid_report_field; in _ux_host_class_hid_report_add()
Dux_host_class_hid_report_decompress.c98 hid_field = hid_report -> ux_host_class_hid_report_field; in _ux_host_class_hid_report_decompress()
Dux_host_class_hid_report_compress.c99 hid_field = hid_report -> ux_host_class_hid_report_field; in _ux_host_class_hid_report_compress()
Dux_host_class_hid_transfer_request_completed.c227 hid_field = hid_report -> ux_host_class_hid_report_field; in _ux_host_class_hid_transfer_request_completed()
Dux_host_class_hid_keyboard_activate.c252 field = report_id.ux_host_class_hid_report_get_report -> ux_host_class_hid_report_field; in _ux_host_class_hid_keyboard_activate()
/USBX-v6.2.1/test/regression/
Dusbx_hid_report_descriptor_push_pop_test.c357 report_field = report_id.ux_host_class_hid_report_get_report -> ux_host_class_hid_report_field; in tx_demo_thread_host_simulation_entry()
387 report_field = report_id.ux_host_class_hid_report_get_report -> ux_host_class_hid_report_field; in tx_demo_thread_host_simulation_entry()
417 report_field = report_id.ux_host_class_hid_report_get_report -> ux_host_class_hid_report_field; in tx_demo_thread_host_simulation_entry()
447 report_field = report_id.ux_host_class_hid_report_get_report -> ux_host_class_hid_report_field; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_previous_report_test.c301 report_field = report_id.ux_host_class_hid_report_get_report -> ux_host_class_hid_report_field; in tx_demo_thread_host_simulation_entry()
325 report_field = report_id.ux_host_class_hid_report_get_report -> ux_host_class_hid_report_field; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_max_usages_test.c281 report_field = report_id.ux_host_class_hid_report_get_report -> ux_host_class_hid_report_field; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_item_size_test.c298 report_field = report_id.ux_host_class_hid_report_get_report -> ux_host_class_hid_report_field; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_multiple_fields_and_reports_test.c303 report_field = report_id.ux_host_class_hid_report_get_report -> ux_host_class_hid_report_field; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_delimiter_test.c300 report_field = report_id.ux_host_class_hid_report_get_report -> ux_host_class_hid_report_field; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_global_item_persist_test.c299 report_field = report_id.ux_host_class_hid_report_get_report -> ux_host_class_hid_report_field; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_global_item_test.c308 report_field = report_id.ux_host_class_hid_report_get_report -> ux_host_class_hid_report_field; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_multiple_collections_test.c360 report_field = input_report_descriptor -> ux_host_class_hid_report_field; in tx_demo_thread_host_simulation_entry()
Dusbx_msrc_81251_host_hid_report_add_fail_mem_test.c356 …UX_TEST_ASSERT_MESSAGE(report -> ux_host_class_hid_report_field == UX_NULL, "report_field should n… in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_logitech_pro_x_superlight_test.c365 hid_field = hid_report -> ux_host_class_hid_report_field; in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h908 *ux_host_class_hid_report_field; member