Home
last modified time | relevance | path

Searched refs:ux_host_class_hid_report_next_report (Results 1 – 9 of 9) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_instance_clean.c90 hid_next_report = hid_report -> ux_host_class_hid_report_next_report; in _ux_host_class_hid_instance_clean()
130 hid_next_report = hid_report -> ux_host_class_hid_report_next_report; in _ux_host_class_hid_instance_clean()
170 hid_next_report = hid_report -> ux_host_class_hid_report_next_report; in _ux_host_class_hid_instance_clean()
Dux_host_class_hid_transfer_request_completed.c134 if (hid_report -> ux_host_class_hid_report_next_report != UX_NULL) in _ux_host_class_hid_transfer_request_completed()
146 if (hid_report -> ux_host_class_hid_report_next_report == UX_NULL) in _ux_host_class_hid_transfer_request_completed()
150 hid_report = hid_report -> ux_host_class_hid_report_next_report; in _ux_host_class_hid_transfer_request_completed()
Dux_host_class_hid_report_add.c164 while (hid_report -> ux_host_class_hid_report_next_report != UX_NULL) in _ux_host_class_hid_report_add()
165 hid_report = hid_report -> ux_host_class_hid_report_next_report; in _ux_host_class_hid_report_add()
182 hid_report -> ux_host_class_hid_report_next_report = new_hid_report; in _ux_host_class_hid_report_add()
Dux_host_class_hid_report_callback_register.c133 hid_report = hid_report -> ux_host_class_hid_report_next_report; in _ux_host_class_hid_report_callback_register()
Dux_host_class_hid_report_id_get.c150 …report = report_id -> ux_host_class_hid_report_get_report -> ux_host_class_hid_report_next_report; in _ux_host_class_hid_report_id_get()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_hid_report_set_test.c392 …st_class_hid_parser.ux_host_class_hid_parser_output_report -> ux_host_class_hid_report_next_report; in tx_demo_thread_host_simulation_entry()
424 …st_class_hid_parser.ux_host_class_hid_parser_output_report -> ux_host_class_hid_report_next_report; in tx_demo_thread_host_simulation_entry()
585 …st_class_hid_parser.ux_host_class_hid_parser_output_report -> ux_host_class_hid_report_next_report; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_multiple_collections_test.c378 if (input_report_descriptor -> ux_host_class_hid_report_next_report != UX_NULL) in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_logitech_pro_x_superlight_test.c395 hid_report = hid_report -> ux_host_class_hid_report_next_report; in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h917 *ux_host_class_hid_report_next_report; member