Home
last modified time | relevance | path

Searched refs:ux_host_class_hid_parser_output_report (Results 1 – 7 of 7) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_hid_report_set_test.c392 …lass_hid_client_report = hid -> ux_host_class_hid_parser.ux_host_class_hid_parser_output_report ->… in tx_demo_thread_host_simulation_entry()
424 …lass_hid_client_report = hid -> ux_host_class_hid_parser.ux_host_class_hid_parser_output_report ->… in tx_demo_thread_host_simulation_entry()
530 hid_report_ptr = hid -> ux_host_class_hid_parser.ux_host_class_hid_parser_output_report; in tx_demo_thread_host_simulation_entry()
585 …lass_hid_client_report = hid -> ux_host_class_hid_parser.ux_host_class_hid_parser_output_report ->… in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_keyboard_activate_test.c497 tmp = (ALIGN_TYPE)hid -> ux_host_class_hid_parser.ux_host_class_hid_parser_output_report; in tx_demo_thread_host_simulation_entry()
498 hid -> ux_host_class_hid_parser.ux_host_class_hid_parser_output_report = UX_NULL; in tx_demo_thread_host_simulation_entry()
512 …hid -> ux_host_class_hid_parser.ux_host_class_hid_parser_output_report = (UX_HOST_CLASS_HID_REPORT… in tx_demo_thread_host_simulation_entry()
Dusbx_ux_device_class_hid_report_set_test.c330 …t_class_hid_client_report = hid -> ux_host_class_hid_parser.ux_host_class_hid_parser_output_report; in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_report_add.c127 hid_report = hid_parser -> ux_host_class_hid_parser_output_report; in _ux_host_class_hid_report_add()
129 hid_parser -> ux_host_class_hid_parser_output_report = new_hid_report; in _ux_host_class_hid_report_add()
Dux_host_class_hid_report_id_get.c124 … next_hid_report = hid -> ux_host_class_hid_parser.ux_host_class_hid_parser_output_report; in _ux_host_class_hid_report_id_get()
Dux_host_class_hid_instance_clean.c125 hid_report = hid_parser -> ux_host_class_hid_parser_output_report; in _ux_host_class_hid_instance_clean()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h941 *ux_host_class_hid_parser_output_report; member