Home
last modified time | relevance | path

Searched refs:ux_host_class_hid_report_callback_function (Results 1 – 13 of 13) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_transfer_request_completed.c163 (hid_report -> ux_host_class_hid_report_callback_function != UX_NULL)) in _ux_host_class_hid_transfer_request_completed()
186 hid_report -> ux_host_class_hid_report_callback_function(&callback); in _ux_host_class_hid_transfer_request_completed()
251 hid_report -> ux_host_class_hid_report_callback_function(&callback); in _ux_host_class_hid_transfer_request_completed()
274 hid_report -> ux_host_class_hid_report_callback_function(&callback); in _ux_host_class_hid_transfer_request_completed()
Dux_host_class_hid_report_callback_register.c120 …hid_report -> ux_host_class_hid_report_callback_function = call_back -> ux_host_class_hid_report… in _ux_host_class_hid_report_callback_register()
Dux_host_class_hid_remote_control_activate.c136 …call_back.ux_host_class_hid_report_callback_function = _ux_host_class_hid_remote_control_callbac… in _ux_host_class_hid_remote_control_activate()
Dux_host_class_hid_mouse_activate.c179 call_back.ux_host_class_hid_report_callback_function = _ux_host_class_hid_mouse_callback; in _ux_host_class_hid_mouse_activate()
Dux_host_class_hid_mouse_entry.c193 call_back.ux_host_class_hid_report_callback_function = _ux_host_class_hid_mouse_callback; in _ux_host_class_hid_mouse_activate_wait()
Dux_host_class_hid_keyboard_activate.c293 … call_back.ux_host_class_hid_report_callback_function = _ux_host_class_hid_keyboard_callback; in _ux_host_class_hid_keyboard_activate()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_hid_transfer_request_completed_test.c353 …ass_hid_parser.ux_host_class_hid_parser_input_report -> ux_host_class_hid_report_callback_function; in tx_demo_thread_host_simulation_entry()
354 …ss_hid_parser.ux_host_class_hid_parser_input_report -> ux_host_class_hid_report_callback_function in tx_demo_thread_host_simulation_entry()
360 …ss_hid_parser.ux_host_class_hid_parser_input_report -> ux_host_class_hid_report_callback_function in tx_demo_thread_host_simulation_entry()
Dusbx_hid_transfer_request_completed_raw_test.c362 …callback.ux_host_class_hid_report_callback_function = dummy_transfer_request_callback_successful; in tx_demo_thread_host_simulation_entry()
378 callback.ux_host_class_hid_report_callback_function = dummy_transfer_request_callback_failure; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_multiple_reports_ids_test.c397 call_back.ux_host_class_hid_report_callback_function = demo_host_class_hid_report0_callback; in tx_demo_thread_host_simulation_entry()
444 call_back.ux_host_class_hid_report_callback_function = demo_host_class_hid_report2_callback; in tx_demo_thread_host_simulation_entry()
493 call_back.ux_host_class_hid_report_callback_function = demo_host_class_hid_report4_callback; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_transfer_request_completed_decompressed_test.c383 callback.ux_host_class_hid_report_callback_function = dummy_transfer_request_callback; in tx_demo_thread_host_simulation_entry()
Dusbx_class_hid_basic_test.c523 hid_report_callback.ux_host_class_hid_report_callback_function = test_hid_report_callback; in test_hid_periodic_reports()
Dusbx_ux_device_class_hid_idle_rate_test.c507 call_back.ux_host_class_hid_report_callback_function = _hid_report_callback; in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h819 …VOID (*ux_host_class_hid_report_callback_function) (struct UX_HOST_CLASS_HID_REPORT_CAL… member
915 …VOID (*ux_host_class_hid_report_callback_function) (struct UX_HOST_CLASS_HID_REPORT_CAL… member